Fetch Subscription Payments
Fetch all payments associated with a specific subscription reference ID.
GET
Headers
Client ID provided by Cashfree.
Example:
"asdf1234"
Client Secret provided by Cashfree.
Example:
"qwer9876"
Path Parameters
The reference ID of the subscription whose payments are to be fetched.
Example:
175124
Query Parameters
The last payment ID from the previous fetch to continue retrieving payments.
Example:
3027869
The number of payments to fetch in the current request.
Example:
3
Response
200
application/json
Successful retrieval of subscription payments.
The response is of type any
.