Create Beneficiary Payment Detail

Create a new payment detail for a beneficiary.

Payment details contain the banking information required to process transfers to the beneficiary. You can create multiple payment details for different currencies or banking methods.

Path Params
uuid
required

The unique identifier of the beneficiary.

Body Params
string
required

The country where the bank is located in ISO 3166-1 alpha-2 format (e.g., DE for Germany, US for United States).

string
required

The currency of the bank account in ISO 4217 format, for example EUR for Euro or USD for US Dollar.

string | null
enum

The type of bank account. The type can only be set when it makes sense in the bankCountry - currently only in GB. It will be ignored for other countries.

It can be one of the following values:

  • LOCAL: A local bank account within the same country.
  • INTERNATIONAL: An international bank account for cross-border transfers.
Allowed:
accountDetail
object
required

The account details. Which properties are set depends on the bankCountry and bankType.

Currently in GB:

  • LOCALaccountNumber & sortCode
  • INTERNATIONALiban & bic

Everywhere else → iban & bic. In the future other rules may apply.

Responses

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json