2. Check Payout Status
Request URL
{domain}/open-api/disbursement/check
Request Method
Request Body
| Parameter Name | Required | Type | Description |
| appId | Y | string | application ID |
| param | Y | string | param (Json String) |
| sign | Y | string | sign |
param
| Parameter name | Required | Type | Length | Example | Description |
| mchOrderId | Y | string | 1-32 | - | mch order id |
| timestamp | Y | long | - | 1677495496979 | time stamp |
Request Body Example
How to construct request body
Response Param
| Parameter Name | Type | Description |
| code | integer | response code |
| message | string | response message |
| data | Object | data |
data
| Parameter Name | Type | Example | Description |
| mchOrderId | String | - | Merchant order id (unique for merchant) |
| transactionId | String | D1656505190221611009 | Platform Unique transaction number |
| amount | long | 3000 | Transaction amount, unit: cents |
| transactionStatus | String | Reference List | Transaction status |
| createTime | String | 2023-05-04 11:43:08 | Transaction create time |
| returnTime | String | - | Transaction COMPLETED time |
| remark | String | COMPLETED | Remark |
| failedCode | String | Reference List | Transaction failed code |
| failedMessage | String | - | Transaction error message |
Response Example
Response Param
Code Collection
Failed Response Example