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

Content-Type

application/json

x-appid

<App ID>

x-signature

<Signature> (see quick start)

Body

Name
Type
Description

txnId

string

txnId

Response

{
  "code": 0,
  "data": {
    ...txnDetail
  }
}

Last updated