Registers a new bank account related to a merchant.

Registers a new bank account related to a merchant.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Contains the data of the new bank account.

Contains the data of the new bank account.

string
required
^(?!^ +$)^.{1,50}$

The name of the bank at which this account is held. Used for settlement purposes.

string
^(?!^ +$)^.{1,30}$

The account number of the bank account. Should only be provided if the account does not have an IBAN. Used for settlement purposes if no IBAN provided.

string
^(?!^ +$)^.{1,20}$

The bank code of the bank at which this account is held. Should only be provided if the account does not have a BIC code. Used for settlement purposes if no BIC provided.

string
required
^[A-Z]{2}$

The country code for the country in which this account was created as ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).

string
required
^[A-Z]{3}$

The currency code for the currency in which the account is held as ISO 4217 3-digit code (https://en.wikipedia.org/wiki/ISO_4217).

string
required
^(?!^ +$)^.{1,50}$

The name of the person that is registered as the account holder.

string
^[a-zA-Z]{2}[0-9]{2}[a-zA-Z0-9]{4}[0-9]{7}([a-zA-Z0-9]?){0,16}$

The IBAN of the account. Used for settlement purposes.

string
^[A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?$

The BIC code of the bank at which this account is held.

string
required

The id of the merchant to which this bank account should be associated with. Used for associating the company with the merchant.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json