Authorizations
Client app ID. You can find your app id in the merchant dashboard.
Client secret key. You can find your secret key in the merchant dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.
An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.
Path Parameters
Provide the SubscriptionId using which the subscription was created.
Response
Fetched all payments of subscription
Details of the authorization done for the subscription. Returned in Get subscription and payments.
{
"authorization_amount": 1,
"authorization_amount_refund": false,
"authorization_reference": "",
"authorization_time": "2025-06-01T23:47:52+05:30",
"authorization_status": "INITIALIZED",
"payment_id": "97877",
"payment_group": "upi",
"payment_method": {
"upi": {
"channel": "collect",
"upi_id": "test@upi",
"upi_instrument": "upiInstrument",
"upi_instrument_number": "1234567890",
"upi_payer_account_number": "039861903074",
"upi_payer_ifsc": "SBIN0001234"
}
}
}
Cashfree subscription payment reference number
Cashfree subscription reference number
Cashfree subscription payment transaction ID
Cashfree subscription payment order ID
The charge amount of the payment.
A unique ID passed by merchant for identifying the transaction.
The date on which the payment was initiated. Cashfree stores timestamps in IST.
"2025-06-01T10:20:12+05:30"
Payment remarks.
The date on which the payment is scheduled to be processed. Cashfree stores timestamps in IST, but you can provide them in a valid ISO 8601 time format.
For IST this 2025-06-01T10:20:12+05:30
translates to 2025-06-01 10:20:12
For UTC this 2025-06-01T10:20:12Z
translates to 2025-06-01 15:50:12+05:30
.
Status of the payment.
Payment type. Can be AUTH or CHARGE.
Retry attempts.
A unique ID passed by merchant for identifying the subscription.