GET
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts

Note

The returned parameters may vary depending on the encountered bank account types.

Query parameters

page
integer

Start value: 1

Default value: 1

Indicates the index of the page for the pagination.

per_page
integer

Max. value: 100

Default value: 10

Indicates the number of items returned for each page of the pagination.

Sort
string

Allowed values: CreationDate:ASC, CreationDate:DESC

Indicates the direction in which to sort the list.

Active
boolean
required

Whether or not the Bank Account is active. Mangopay automatically sets this parameter to false if the bank account is closed or does not exist anymore.

Path parameters

UserId
string
required

The unique identifier of the User (natural or legal) who owns the bank account.

Responses