Global Collections
Get Transactions
Use this API to get all the transaction details within a time interval.
GET
Based on who you are, consider the below values in the API requests
Cashfree Merchant | Cashfree Partner |
---|---|
x-client-id | x-partner-api-key |
x-client-secret | x-partner-merchantid |
Headers
Enter partner API key
enter the merchant reference id
Enter the API version
Query Parameters
Date in YYYYMMDD or YYYY-MM-DD HH:MM:SS. Search till this date. Has to be greater than startDate.
Date in YYYYMMDD or YYYY-MM-DD HH:MM:SS. Search beginning from this date.
Number (200 >= maxReturn > 0). For pagination support. Details the maximum number of records that should be returned from this query.
Number. For pagination support. Every payments endpoint response has a lastReturnId param. Set this value in lastReturnId to get the next page.
Was this page helpful?