GET
/
api
/
v2
/
subscriptions
/
seamless
/
authorization
/
{authId}
/
poll
Get Authorization Status
curl --request GET \
  --url https://sandbox.cashfree.com/pg/api/v2/subscriptions/seamless/authorization/{authId}/poll
{
"status": 200,
"message": "Auth status fetched successfully",
"data": {
"authStatus": "PENDING",
"subReferenceId": 99124,
"paymentType": "UPI",
"umn": "abcdefghijklmnop@okaxis",
"subscriptionId": "test-1674467137-ss",
"authAmount": 1,
"orderId": "SUB_110926_AUTH_122424"
}
}

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

200
application/json

Successful authorization status fetch.

The response is of type any.