POST
/
api
/
v2
/
subscriptions
/
{subReferenceId}
/
activate
{
  "status": "OK",
  "subStatus": "ACTIVE",
  "subscriptionResponse": {
    "subReferenceId": 123456,
    "subscriptionId": "testabcd",
    "planId": "test_demo",
    "customerPhone": "9876543210",
    "customerName": "John Doe",
    "customerEmail": "abc@gmail.com",
    "addedOn": "2021-02-24 11:15:10"
  }
}

Headers

X-Client-Id
string
required

Client ID provided by Cashfree.

X-Client-Secret
string
required

Client Secret provided by Cashfree.

Path Parameters

subReferenceId
integer
required

The reference ID of the subscription to be activated.

Body

application/json
nextScheduledOn
string

The next scheduled date for the subscription activation.

Response

200 - application/json

The response is of type any.