Create Subscription Refund
Create Subscription Refund
Use this API to create a refund for the payment of a Subscription. Only one of paymentId or merchantTxnId should be passed. If both are passed then the request will be rejected.
POST
Create Subscription Refund
Documentation Index
Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Client ID provided by Cashfree.
Example:
"asdf1234"
Client Secret provided by Cashfree.
Example:
"qwer9876"
Body
application/json
Payment ID for which the refund is to be created.
Example:
"1223"
Amount to be refunded.
Example:
100
Note associated with the refund.
Example:
"Charge refund"
Unique ID for the merchant's refund request.
Example:
"test-refund"
The requested speed for processing the refund (e.g., STANDARD).
Example:
"STANDARD"
Response
Successful creation of the refund.
