GET
/
payout
/
v1
/
getBeneId
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1/getBeneId \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
"{\n  \"status\": \"SUCCESS\", \n  \"subCode\": \"200\", \n  \"message\": \"beneId retrieved successfully\", \n  \"data\":\n  {\n    \"beneId\": \"JOHN18011\"\n  }\n}"

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Query Parameters

bankAccount
string

Beneficiaries bank account number, alphanumeric ( >=6 and <= 40 characters).

ifsc
string

Beneficiaries bank's IFSC code (standard IFSC format) - length 11, first four IFSC and 5th character must be 0.

Response

200
application/json

200

The response is of type object.