Create Beneficiary Account
https://cms.inr-exchange.rare-able.com/api/user/beneficiaries
POST
This endpoint allows an authenticated user to create a new beneficiary account. The user must provide personal and banking details such as account information, address, and purpose of payment. On success, the API returns the full beneficiary account details, including additional information for verification and record keeping.
BODY PARAMS
account_type
string
required
Accepted values - savings, current
account_number
string
required
Regex - /^[#.0-9a-zA-Z\s,\-_)(\']+$/
code
string
required
beneficiary_type
string
required
Accepted values : 1 - Individual, 2 - Business | Required if user type is Business
business_name
string
required
Required if user type is Business and beneficiary_type is Business
account_name
string
required
Required if user type is Business and beneficiary_type is Individual
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use
Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
beneficiary_account "object"
unique_id "string"
account_type "string"
account_name "string"
account_number "string"
beneficiary_type "integer"
code "string"
status "integer"
created_at "string"
updated_at "string"
success "boolean"
message "string"
code "integer"
data "object"