Skip to main content
GET
/
api
/
v2
/
subscriptions
/
seamless
/
authorization
/
{authId}
/
poll
Get Authorization Status
curl --request GET \
  --url https://sandbox.cashfree.com/api/v2/subscriptions/seamless/authorization/{authId}/poll
{
  "status": "ERROR",
  "message": "Server encountered an unexpected condition."
}

Headers

x-client-id
string
Example:

"{{X-Client-Id}}"

x-client-secret
string
Example:

"{{X-Client-Secret}}"

Path Parameters

authId
string
required

Authorization ID to poll the status for.

Example:

"123456"

Response

Successful authorization status fetch.