Status Checking
Payout Status is an API link to get the status of previous transaction. all payout status are in here.
Please ensure that the correct ID is provided to prevent any errors in the API response.
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 payout status
HTTP Method: POST
Request Query
You may choose to search for transaction status based on payout id (given by the system) or external_invoice_ref (given by your side upon create payout request) based on necessity. However, it is advisable to always search based on external_invoice_ref to ensure that your internal record and payout request is in-sync.
Attributes
Response
Transaction Statuses
The table below displays the possible statuses that may be provided by the Lean.x platform during execution.
Due to the nature of Lean.x instant payout, response status of SUCCESS or FAILED can also be taken as final confirmation.
Detailed Error Message
In order to understand better for each FAILED status appear in payout response, Lean.x has included an error message object which can be seen as per example below.
Last updated