Skip to main content
GET
List saved bank accounts

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Response

Saved bank accounts for the current user.

id
string

Bank account identifier.

userId
string

Owner user identifier.

bankAccountName
string

Beneficiary name on the bank account.

bankAccountNumber
string

Bank account number.

bankCode
string

Bank identifier code selected by the user.

createdAt
integer<int64>

Creation timestamp in Unix milliseconds.