Get Subscription Refund Details
Use this API to fetch the status of the refund of a Subscription. Only one of paymentId or merchantRefundId should be passed as query parameter. If both are passed then the request will be rejected.
GET
Headers
Client ID provided by Cashfree.
Example:
"asdf1234"
Client Secret provided by Cashfree.
Example:
"qwer9876"
Query Parameters
Payment ID for which refund details are to be fetched.
Example:
"12344"
Merchant Refund ID for which refund details are to be fetched.
Example:
"test-refund"
Response
200
application/json
Successful retrieval of refund details.
The response is of type any
.