Payout Transaction List
The Payout List API endpoint facilitates efficient retrieval of detailed payout transaction information, empowering businesses to seamlessly integrate, automate, and manage outgoing payments. Gain insights into transaction status, amounts, and dates for enhanced financial control and reporting.
The payout transaction list that is returned are unique per API Auth token. Using different API Auth token will returned a different transaction list.
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 payout transaction list
HTTP Method: POST
Request Query
Attribute
Property | Description |
---|---|
skip* | Skips a specified number of rows |
limit* | Limits the results to the number of rows |
Request Body
Attribute
Please ensure that the search_enable
flag is set to false
if search_key
is not provided to avoid errors.
Property | Type | Description |
---|---|---|
start_date* | string | Start date of the transaction list. Kindly follow this format |
end_date* | string | End date of the transaction list. Kindly follow this format |
record_status* | number | Filter the result with record status 1 = active 2 = inactive |
search* | Search for keyword | |
- search_enable* | Boolean | Enable or disable search function
|
- search_key* | string | Keyword that you want to search for. |
- search_column* | string | Column name that you want to search in |
sort* | Sort the result | |
- parameter_name* | string | Column name that you want to sort |
- sort_type* | string | Sorting direction
" |
Response
Last updated