Get Transaction Status
The purpose of this API is for check transaction's status. In order to interact with this API you need to have API account to obtain your authentication's token for authenticate user account.
Get Transaction Status
Request Body
Name
Type
Description
{
"resultMsg": "Success",
"resultCode": "0000",
"resultData": {
"txDt": "20210212",
"txSeqNo": "20210212",
"txStCd": "COMPLETE",
"trt": "PURCHASE",
"paymentMethod": "CREDIT_DEBIT",
"merchantId": "C0000143",
"termId": "CT03000003",
"wdlAcNo": "************0022",
"tracNo": "1613104202987",
"amount": 2,
"currencyCode": "USD",
"apprNo": "763647",
"apprDttm": "20210212113016"
}
}{
"resultMsg": "System error",
"resultCode": "9999",
"resultData": null
}Example Request
Last updated