Create Beneficiary
POST
/api/v0/beneficiary-detailTo initiate payouts to your customers, add them as beneficiaries to your EnKash Payments account, including their bank account or UPI details for instant transfers.
Request
Header Params
clientId
string
required
Example:
CEKxxxxxxx
User-Agent
string
required
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
response_code
integer <int32>
optional
response_message
string
optional
payload
string
optional
Excrytped response payload
Example
{
"response_code": 0,
"response_message": "string",
"payload": "string"
}
Last modified: a month ago