Transaction List
At the core of our payment gateway, the Transaction List Endpoint provides users with a seamless avenue to retrieve comprehensive transaction records. Integrate effortlessly to analyze transaction data, enhancing financial visibility and reporting capabilities.
Authentication
LeanX uses Auth Token to authenticate in each request's header.
Auth Token can be retrieved in your portal dashboard under API page.
Request Header
Getting the transaction list
HTTP Method: GET
Request Query
Please double-check and ensure that the selected date range is accurate for your query. This ensures you receive the precise information you need.
Attribute
skip
Skips a specified number of rows
limit
Limits the results to the number of rows
start_date*
Start date of the transaction list. Kindly follow this format DD-MM-YYYY
end_date*
End date of the transaction list. Kindly follow this format DD-MM-YYYY
invoice_status*
Get list of transaction with invoice status
SUCCESS
or PENDING
Request Body
Response
Last updated