3. Set Retention Amount
Request URL
{domain}/open-api/wallet/withdrawThreshold
Request Method
| Parameter Name | Required | Type | Description |
| Content-Type | Yes | string | application/json |
Request Body Parameters
| Parameter Name | Required | Type | Description |
| appId | Yes | string | Application APPID |
| param | Yes | string | Parameter body |
| sign | Yes | string | Signature |
param Parameters
| Parameter Name | Required | Type | Length | Example | Description |
| timestamp | Yes | long | - | 1677495496979 | Millisecond timestamp |
| mchUuid | Yes | string | 1-32 | - | Merchant user UUID unique identifier |
| withdrawThreshold | Yes | long | - | - | Retention amount - in cents (e.g. 500 THB: 50000) |
Request Example
Request Body
How to construct request body
Response Parameters
| Parameter Name | Type | Description |
| code | integer | response code |
| message | string | response message |
| data | Object | data |
data Parameters
| Parameter Name | Type | Description |
| uuid | string | Wallet user UUID unique identifier |
| mchUuid | string | Merchant user UUID unique identifier |
| withdrawThreshold | long | Retention amount (in cents, e.g. 500 THB: 50000 ) |
Response Example
Response Data Body
Code Collection
Failed Response Example