Partner APIs and Webhook
Get All Transaction Details for Partner Merchants
Use this API to get all the transaction details within a time interval.
GET
/
gc
/
transactions
Headers
Enter partner API key
Enter partner 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?