7.2 Transaction Status
You can confirm the status of a transaction by calling the DETAIL API. If the transaction does not exist, the respMsg(Transaction does not exist) is returned by the API. If the payment exists, the parameter data.status indicates the transaction status.
The value of data.status can be
Status |
---|
success |
fail |
processing |
closed |
Updated 6 days ago