Jump to Content
UQPAY Acquiring
GuidesAPI ReferenceDiscussions
v1.0

Log InUQPAY Acquiring
Guides
Log In
v1.0GuidesAPI ReferenceDiscussions
All
Pages
Start typing to search…

Documentation

  • 1. Introduction
  • 2. Modification History
  • 3. Readers
  • 4. Integration options
    • 4.1 API only
      • 4.1.1 Payment flow - Normal
      • 4.1.2 Payment flow - Redirect
      • 4.1.3 Payment flow - Order code
      • 4.1.4 Payment flow - Payment code
      • 4.1.5 Payment flow - Static code
      • 4.1.6 Payment flow - Pre-authorization
    • 4.2 Checkout page
  • 5. Payment Methods
    • 5.1 CARD_PAYMENT
      • 5.1.1 API Only
      • 5.1.2 Checkout page
    • 5.2 PAYNOW
    • 5.3 ALIPAY_CN
    • 5.4 WECHAT
    • 5.5 GRABPAY
    • 5.6 UNIONPAY
    • 5.7 TNG
    • 5.8 ALIPAY_HK
    • 5.9 TRUEMONEY
    • 5.10 DANA
    • 5.11 GCASH
    • 5.12 KAKAOPAY
    • 5.13 MPAY
    • 5.14 TossPay
  • 6. 3D Secure 2 authentication
    • 6.1 Frictionless flow
    • 6.2 Challenge flow
    • 6.3 Payment Flow with 3D Secure 2 authentication
  • 7. Appendix
    • 7.1 Currency&Amount
    • 7.2 Transaction Status
    • 7.3 Error message
    • 7.4 Settlement Report
    • 7.5 Transaction Type
    • 7.6 Redirect outside the application
    • 7.7 Bank code in Singapore
    • 7.8 TRANSACTION EXTENSION INFOMATION
  • 8. Glossary
Powered by 

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


7.1 Currency&Amount
7.3 Error message