POST
/
payout
/
v1
/
authorize
Authorize
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/authorize \
  --header 'X-Client-Id: <x-client-id>' \
  --header 'X-Client-Secret: <x-client-secret>'
"{\n    \"status\": \"SUCCESS\",\n    \"subCode\": \"200\",\n    \"message\": \"Token is valid\"\n}\n"

Headers

X-Cf-Signature
string

Signature to be sent if IP is not whitelisted

X-Client-Secret
string
required

Client Secret key

X-Client-Id
string
required

Client ID

Response

200
application/json

200

The response is of type object.