Skip to main content
GET
Gets 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

mpa_id
string<uuid>
required

Master payment account ID.

Response

OK

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"

owner_info
object
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