Get Bill Transaction Status
This API's primary function is to manually verify each transaction that has been created. There are three main statuses for each transaction: Active, Pending, and Failed. It is recommended to use this API in conjunction with the callback API for real-time transaction status updates, although it is not mandatory.
Authentication
LeanX uses Auth Token to authenticate in each request's header.
Request Header
{
"auth-token": "LP-0D7C06DE-MM|7394e58e-edee-4c42-9ca5-bcbc449f1b9f|2141df4a3cb633d5ce8683bb0c55067e5caebfbe07390dde277dc455bcc95c91723a81b5e565c7c02d68fb84e396722563016bf99e576a4b8cdbe4423fbf226b"
}Get a Bill's Transactions Status
HTTP Method: GET
https://api.leanx.dev/api/v1/merchant/manual-checking-transactionQuery
Query
Type
Description
Response
Last updated