Create Beneficiary
Create Beneficiary
Create Beneficiary
Create a new beneficiary account for payments and transfers
POST
Create Beneficiary
Rules
- Beneficiary creation requires the customer to be in the
APPROVEDstatus. - Two beneficiaries with the same destination are not allowed.
De-Duplication Logic
For bank accounts, the system checks:bank_account.scheme, bank_account.number, bank_routing.scheme, bank_routing.number.
For e-wallets: e_wallet.scheme, e_wallet.number.
Country-Specific Validation
GBR (United Kingdom)
- Bank account number: Must match
^[0-9]{4,9}$for bothLOCALandSWIFTschemes.
Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Body
application/json
- Bank Account
- E Wallet
Example:
"cust_123456"
Pattern:
^[A-Z]{3}$Example:
"USA"
Example:
"USD"
- Individual
- Business
Indicates whether the beneficiary is a first-party or third-party account. Optional.
Available options:
FIRST_PARTY, THIRD_PARTY Example:
"FIRST_PARTY"
Response
Beneficiary created successfully
