Transaction Detail
Transaction inquiry
POST https://<API ENDPOINT>/payment/check-status
To retrieve and recheck most recent updated detail and status of the transaction
Headers
Name
Value
Body
Name
Type
Description
txnId
string
txnId
Response
{
"code": 0,
"data": {
...txnDetail
}
}{
"code": xxx
}Last updated