Create a new bank account for a beneficiary
POST/api/v1/beneficiary/:beneficiaryId/bank-account
Creates a new bank account that belongs to a beneficiary by the beneficiary ID.
Validation rules by bank country:
USA:
accountNumberandibanNumberare required.- At least one of
swiftBicorachRoutingNumbermust be provided.
Europe / Asia (all non-LATAM, non-USA countries):
accountNumber,ibanNumberandswiftBicare required.achRoutingNumberis not applicable and will be ignored.
LATAM (Brazil, Argentina, Paraguay):
accountNumberis required.ibanNumber,swiftBicandachRoutingNumberare not applicable and will be ignored.bankCodeis required for Brazil whenbankNameis provided.taxIdis required for Paraguay whenbankNameis provided.
Request
Responses
- 200
- 201
- 400
- 403
- 404
- 409
Bank account created successfully
Bank account created successfully
Invalid request data
Insufficient permissions to create beneficiary bank accounts
Beneficiary not found
Bank account data already exists for this beneficiary