Skip to main content
POST
/
payout
/
v1
/
verifyToken
Verify
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/verifyToken \
  --header 'Authorization: <authorization>'
"{\n  \"status\":\"SUCCESS\", \n  \"message\":\"Token is valid\", \n  \"subCode\":\"200\"\n}"
Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer token to be verified

Response

200

status
string
Example:

"SUCCESS"

message
string
Example:

"Token is valid"

subCode
string
Example:

"200"