API Doc
languages
languages
  • English
  • 简体中文
languages
languages
  • English
  • 简体中文
  1. 6. Web Payment
  • API Signature Process
  • API General Code
  • 1. Account
    • 1. Check Account Balance
      POST
  • 2. Payout
    • Disbursement Product Flow Chart
    • Disburse Channel List
    • 1. Disburse
      POST
    • 2. Check Disburse Status
      POST
    • 3. Disburse Notification
      POST
  • 3. Static VA
    • VA ChannelCode List
    • 1. Static VA Create
      POST
    • 2. Static VA Collection Query
      POST
    • 3. Static VA Collection Notification
      POST
    • 4. Static VA Collection Verification
      POST
  • 4. Dynamic VA
    • Payment ChannelCode List
    • 1. Collection Request
      POST
    • 2. Collection Transaction List
      POST
    • 3. Collection Notification
      POST
  • 5. Payment QR
    • QR Code ChannelCode List
    • 1. QR Code Create
      POST
    • 2. QR Code Detail
      POST
    • 3. QR Code Payment List
      POST
    • 4. QR Code Payment Notification
      POST
  • 6. Web Payment
    • Payment Channel List
    • 1. Create Payment
      POST
    • 2. Check Payment Status
      POST
    • 3. Payment Notification
      POST
  • 7. Split Payment
    • Split Payment Enumeration
    • 1. Relationship Proof File Upload
    • 2. Add Split Payment Receiver
    • 3. Query Split Payment Receiver
    • 4. Delete Split Payment Receiver
    • 5. Query Unsplit Amount
    • 6. Split Payment
    • 7. Query Split Payment Result
    • 8. Split Payment Return
    • 9. Query Split Payment Return Result API
languages
languages
  • English
  • 简体中文
languages
languages
  • English
  • 简体中文
  1. 6. Web Payment

2. Check Payment Status

POST
/open-api/paymentOrder/query

Request

Header Params

Body Params application/json

Example
{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"mchOrderId\": \"d482349193001321100\",\"timestamp\":1677482490058}"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/open-api/paymentOrder/query' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"mchOrderId\": \"d482349193001321100\",\"timestamp\":1677482490058}"
}'

Responses

🟢200
application/json
Body

Example
{
    "code": 10000,
    "message": "Success",
    "data": {
        "mchOrderId": "Platform0000001_30",
        "transactionId": "C1030677482494880155",
        "amount": 2000000,
        "transactionStatus": "PENDING",
        "createTime": "2023-02-27 15:21:35",
        "customerName": "user01",
        "channelCode": "DANA_URL",
        "email": "Platform@gmail.com"
    }
}
Modified at 2026-01-09 06:22:18
Previous
1. Create Payment
Next
3. Payment Notification
Built with