Skip to main content
POST
/
payout
/
v1
/
verifyToken
Verify
curl --request POST \
  --url https://payout-api.cashfree.com/payout/v1/verifyToken \
  --header 'Authorization: <authorization>'
{
  "status": "SUCCESS",
  "message": "Token is valid",
  "subCode": "200"
}

Documentation Index

Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"