Payment Web API
  • Payment API Solutions Map
  • API Common Specifications
  • Payment Status Query API (Common)
  • Refund & Refund Query API (Common)
  • Query Exchange Rate API (Common)
  • Payment Process Flow with Mobile App (Common)
  • API for PC Browser with Wechat Pay/Alipay/UnionPay
    • Payment Request with WeChat Pay
    • Payment Request with Alipay
    • Payment Request with UnionPay-SecurePay
      • Query Transaction with UnionPay-SecurePay
  • API for WeChat Browser with WeChat Pay
    • Payment Request API
    • Query Transaction with WeChat Pay
  • API for WeChat Mini-Program with WeChat Pay
    • Payment Request API
    • Query Transaction API
  • API for Mobile Browser with Alipay
    • Payment Request API
    • Query Transaction API
  • API for Mobile Browser with WeChat
    • Payment Request API
    • Query Transaction API
  • API for Mobile with UnionPay-SecurePay
    • Payment Request API
    • Query Transaction API
    • Code Samples(Web App, Android, iOS)
  • API for Mobile App with WeChat Pay
    • Payment Request API
    • Query Transaction API
  • API for Mobile App with Alipay
    • Payment Request with OTT Pay SDK
    • Implementation with Android App SDK
    • Implementation with iOS App SDK
  • API for In-Store Channels(via Merchant POS/Terminal)
    • API Process Flows
    • Payment Request API
    • Query Transaction API
  • API for Elavon Converge-Hosted payment
    • Payment Request API
    • Query Transaction API
  • API for Global payments PORTICO Ecomm Payment
    • Payment Request API
    • Query Transaction API
  • API for Checkout payment
    • Payment Request API
    • Query Transaction API
  • Appendix A (Data Encryption / Decryption)
  • Appendix B (Response Code)
  • FAQ
  • > Back to Top Page
Powered by GitBook
On this page

Was this helpful?

  1. API for In-Store Channels(via Merchant POS/Terminal)

Query Transaction API

PreviousPayment Request APINextAPI for Elavon Converge-Hosted payment

Last updated 4 years ago

Was this helpful?

Query Transaction API

Request Message Parameters

Params Name

Description

Required

Notes

action

Response code

Y

STATUS_QUERY

version

Response message

Y

1.0

merchant_id

Merchant ID

Y

data

order_id

Order ID

Y

md5

Message digest

Y

Response Message Parameters

Params Name

Description

Required

Notes

rsp_code

Response code

Y

Please refer to Appendix B

rsp_msg

Response message

Y

data

order_status

Order status

Y

trade_time

Transaction time

N

order_id

Order ID

N

buyer_login_id

Buyer ID

N

total_amount

Order total amount

N

String, "100" for 1.00 dollar

receive_amount

Merchant receive amount

N

String, "100" for 1.00 dollar

pay_amount

User pay amount

N

String, "100" for 1.00 dollar

refund_fee

Refund fee

N

Only exist for a refunded order

md5

Message digest

Y

✅
☑️
☑️