paycools-my
Languages
Languages
  • 简体中文
  • English
Languages
Languages
  • 简体中文
  • English
  1. 2. Disbursement
  • Merchant Unified API Param
  • API Code Collection
  • Unified API Param
  • 1. Account
    • 1.1 Balance Inquiry
      POST
  • 2. Disbursement
    • Disburse API Supported Types
    • Account Verification Related Enum List
    • 2.1 Account Validation
      POST
    • 2.2 Check Account Validation Order Status
      POST
    • 2.3 Create Payout
      POST
    • 2.4 Check Payout Status
      POST
    • 2.5 Disburse callback notification api
      POST
  • 3. QR Code
    • QR Code Channel Code List
    • 3.1 QR Code Create
      POST
    • 3.2 QR Code Detail
      POST
    • 3.3 QR Code Payment List
      POST
    • 3.4 QR Code Payment Notification
      POST
  • 4. WebPay
    • WebPay Channel Code List
    • 4.1 WebPay Create
      POST
    • 4.2 Retrieve WebPay Status
      POST
    • 4.3 WebPay Payment Notification
      POST
  • 5. Refund
    • Refund Support Channel List
    • Refund Status Enum
    • 5.1 Refund
      POST
    • 5.2 Get Refund Payments
      POST
    • 5.3 Refund Notification
      POST
  1. 2. Disbursement

2.4 Check Payout Status

POST
/open-api/disbursement/check
param is a JSON-serialized string. The table below describes its decoded logical fields.
parameter nameIs it mandatorytype of datalengthexampledescription
mchOrderIdmandatorystring10-32CCP20220428011068111Merchant order ID, format: letters + numbers, 10-32 characters
timestampmandatorylong-1678356680000Millisecond timestamp
Source documentation: https://docs.paycools.com.my/en/Disbursement/RequestDisburseStatus.html

请求参数

Body 参数application/json必填

示例
{
    "appId": "123456",
    "sign": "abcdef",
    "param": "{\"mchOrderId\":\"TestMchOrderIdD0001\",\"timestamp\":1678356680000}"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/open-api/disbursement/check' \
--header 'Content-Type: application/json' \
--data '{
    "appId": "123456",
    "sign": "abcdef",
    "param": "{\"mchOrderId\":\"TestMchOrderIdD0001\",\"timestamp\":1678356680000}"
}'

返回响应

🟢200
application/json
Business result
Bodyapplication/json

示例
{
    "code": 1000,
    "message": "success",
    "data": {
        "mchOrderId": "TestMchOrderIdD0001",
        "transactionId": "D1036653581161279102",
        "amount": 10000,
        "transactionStatus": "COMPLETED",
        "createTime": "2022-05-23 19:59:05",
        "returnTime": "2022-05-23 20:04:14",
        "remark": "cash credit",
        "failedCode": null,
        "failedMessage": null
    }
}
修改于 2026-09-09 02:46:54
上一页
2.3 Create Payout
下一页
2.5 Disburse callback notification api
Built with