Skip to main content
POST
Create Payment Account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer_id
string
required

The id you used to create the given consumer

Body

application/json
target_account
string
required

Consumer payment account object

Example:

"FR7630006000011234567890189"

Response

Created

target_account
string
required

Consumer payment account object

Example:

"FR7630006000011234567890189"

id
string<uuid>
read-only

Unique ID of the object.

Example:

"e2c32b4b-de61-459b-accf-a75f76247946"

payout_account
string | null
read-only

Consumer payout account object

Example:

"FR7630006000011234567890189"

status
boolean
read-only

TRUE: Payment account is valid, FALSE: Payment account is not valid

Example:

true