Skip to main content
GET
Fetch Subscription Payments

Headers

X-Client-Id
string
required

Client ID provided by Cashfree.

Example:

"asdf1234"

X-Client-Secret
string
required

Client Secret provided by Cashfree.

Example:

"qwer9876"

Path Parameters

subReferenceId
integer
required

The reference ID of the subscription whose payments are to be fetched.

Example:

175124

Query Parameters

lastId
integer

The last payment ID from the previous fetch to continue retrieving payments.

Example:

3027869

count
integer

The number of payments to fetch in the current request.

Example:

3

Response

Successful retrieval of subscription payments.