Search Beneficiary
POST
/api/v0/beneficiary-detail/searchUtilize this API to retrieve the details of a specific beneficiary from your EnKash payout account. You can provide either of the paramenters provided in request to search.
Response will be array ofBeneficiary Response
object
Request
Header Params
clientId
string
required
Example:
CEKxxxxxxx
User-Agent
string
required
Body Params application/json
request
string
required
Encrypted request payload string
Example
{
"request": "string"
}
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
Example
Not configured
Last modified: 2 months ago