Returns a bank account by its unique identifier.
The unique identifier of the client.
The unique identifier of the bank account.
Deletes a bank account by its unique identifier. A deleted bank account will still be returned in the list of bank accounts of the client or queriable by ID, but it will have a non null deletedAt
field. A deleted bank account can not be used in transactions. This route is only available for verified clients. Unverified clients will receive a 400 error.
The unique identifier of the client.
The unique identifier of the bank account.
The bank accounts are sorted by creation date, in descending order. The most recently created bank accounts appear first.
The unique identifier of the client.
Creates a bank account with the specified parameters. The bank account is created in a pending state and must be approved by an administrator before it can be used in transactions. This route is only available for verified clients. Unverified clients will receive a 400 error.
The unique identifier of the client.
The label of the bank account.
The fiat currency of the bank account. See the list of supported fiat currencies.
The country code of the bank account.
The type of the bank account. Possible values are:
The identifiers of the bank account.
The name of the owner of the bank account. Only present if the bank account is of type THIRD_PARTY.
The address of the owner of the bank account. Only present if the bank account is of type THIRD_PARTY.
The city of the owner of the bank account. Only present if the bank account is of type THIRD_PARTY.
The postal code of the owner of the bank account. Only present if the bank account is of type THIRD_PARTY.
The country code of the owner of the bank account. Only present if the bank account is of type THIRD_PARTY.
The filenames of the documents of the owner of the bank account. The documents must be uploaded before creating the bank account. Only present if the bank account is of type THIRD_PARTY.