API Doc
languages
languages
  • English
  • 简体中文
languages
languages
  • English
  • 简体中文
  1. 2. Payout
  • 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. 2. Payout

2. Check Disburse Status

POST
/open-api/disbursement/check

Request

Header Params

Body Params application/json

Example
{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}

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/disbursement/check' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "your appid",
    "sign": "sign by param",
    "param": "{\"mchOrderId\": \"testMchTransferOrder202508001\",\"timestamp\":1677133173758}"
}'

Responses

🟢200
application/json
Body

Example
{
    "code": 1000,
    "message": "success",
    "data": {
        "mchOrderId": "TestMchOrderIdD0001",
        "transactionId": "D1036653581161279102",
        "amount": 10000,
        "transactionStatus": "COMPLETE",
        "createTime": "2022-05-23 19:59:05",
        "returnTime": "2022-05-23 20:04:14",
        "remark": "cash credit",
        "failedCode": null,
        "failedMessage": null
    }
}
Modified at 2026-01-09 06:22:22
Previous
1. Disburse
Next
3. Disburse Notification
Built with