POST
/
api
/
v2
/
subscriptions
/
{subReferenceId}
/
charge-retry
{
  "status": "OK",
  "subStatus": "ON_HOLD",
  "payment": {
    "paymentId": 3293789,
    "amount": 1,
    "status": "PENDING",
    "addedOn": "2021-12-17 08:41:30",
    "retryAttempts": 2
  }
}

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 retry the charge.

Body

application/json
nextScheduledOn
string

Date for the next scheduled retry.

Response

200 - application/json

The response is of type any.