Add Beneficiary Account

Add new beneficiary account

post
/v1/beneficiaries/{beneficiaryId}/accounts
Authorizations
Path parameters
beneficiaryIdstringRequired
Body
accountNumberstringRequired

The account number of the beneficiary

accountNamestringRequired

The account name of the beneficiary account

currencystring · enumRequired

The currency of the beneficiary account

Possible values:
ibanstringOptional

The IBAN of the beneficiary account

sortCodestringRequired

The sort code of the beneficiary account

swiftBicstringOptional

The SWIFT BIC of the beneficiary account

routingNumberstringOptional

The routing number of the beneficiary account

countrystringOptional

The country of the beneficiary account

bankNamestringOptional

The bank name of the beneficiary account

settlementMethodstringRequired

The settlement method of the beneficiary account

accountCategorystringOptional

The account category of the beneficiary account

Responses
post
/v1/beneficiaries/{beneficiaryId}/accounts
200

The created beneficiary account

Last updated