v1
latestOpenAPI 3.1.02026-07-24680631.6 KBGet Transaction Status
This API will give the status and details of a particular transaction
get/fund/customer/transaction/:transactionId
Path parameters
transactionId *string required
The transaction id returned in response from Stockal
Query parameters
customerIdstring
This customer ID is provided by an API user. This is a unique id.
Headers
api-keystring
API Key
auth-keystring
Auth key generated using API key & secret
Response
200
Example response
{
"status": 200,
"message": "Success",
"doc": {
"paymentLink": "https://sandbox.fairexpay.com/non/capitalTransPay/db5f7cb1-75a8-461d-9ea4-5aaa7313e434",
"paymentStatus": "FUND_RECEIVED",
"transactionCharges": 1277.77,
"stoUserBankId": "27343797",
"createdAt": "2023-01-22T10:52:08.492Z",
"updatedAt": "2023-01-22T10:52:39.749Z",
"transactionId": "199d43f1-28c8-4bc0-b318-45fc171fe79f",
"transactionAmount": 207,
"expireTime": "2023-01-22T11:20:08.492Z",
"statementStatus": "STATEMENT_IN_PROGRESS",
"bankStatementDoc1": "27343896"
}
}