Create Beneficiary
Create Beneficiary V3
Create a new beneficiary for payments and transfers. Supports bank accounts, e-wallets, and external crypto wallets as destination types.
POST
Documentation Index
Fetch the complete documentation index at: https://developer.fin.com/llms.txt
Use this file to discover all available pages before exploring further.
The beneficiary will be ready for transactions only when its
status is APPROVED and active is true.De-Duplication Logic
| Destination Type | Fields Checked |
|---|---|
| Bank Account | bank_account.scheme, bank_account.number, bank_routing.scheme, bank_routing.number |
| E-Wallet | e_wallet.scheme, e_wallet.number |
| External Crypto Wallet | destination_wallet.address, destination_wallet.rail |
Authorizations
Bearer token authentication. Obtain token from Issue a Token endpoint
Body
application/json
- Bank Account
- E Wallet
- External Crypto Wallet
Example:
"6fa1ccd4-ffbd-4b20-a113-ccc286b35443"
Pattern:
^[A-Z]{3}$Example:
"BGD"
Example:
"BDT"
Available options:
FIRST_PARTY, THIRD_PARTY Example:
"FIRST_PARTY"
- Individual
- Business
For country-specific routing validation rules, see Bank Account and Routing Validation Rules.
Response
Beneficiary created successfully
