Query transaction status

GET {{domain}}/api/MakerChecker/{{client-id}}/{{transactionReference}}/query

Path Parameters

Name
Type
Description

transactionReference

string

Transaction reference from the initiated transaction

client-id

string

client id of the application

Headers

Name
Type
Description

client-id

string

client id of the application

Authorization

string

Bearer Token

{
    "message": "Ok",
    "isError": false,
    "data": {
        "transactionReference": "string",
        "transactionsStatusCode": "string",
        "transactionStatusDescription": "string",
        "entityType": "string",
        "entityTypeId": "1",
        "module": null
    }
}

Last updated

Was this helpful?