Create a new beneficiary
POST/api/v1/beneficiary
Create a new beneficiary for the authenticated user. A bank account must be provided in the bankAccount field.
Validation rules for bankAccount 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
- 201
Beneficiary created successfully