Reject Withdrawal Requests
POST
/public/v1/requests/withdrawal/reject
Request Body
Name | Type | Required | Rule | Description |
---|---|---|---|---|
id | string | Mandatory | length 8 | the unique ID of request |
boolean | Optional | default(false) | whether send mail and pop up to user | |
notify | boolean | Optional | default(false) | whether send mail and pop up to admin |
language | string | Optional | the language of mail and pop up | |
comment | string | Optional | limit 500 | the reason of reject |
Language Codes
Code | Language |
---|---|
en-us | English (United States) |
zh-cn | Chinese (Simplified) |
zh-tw | Chinese (Traditional) |
vi | Vietnamese |
ja | Japanese |
th | Thai |
id | Indonesian |
de | German |
es | Spanish |
Expected HTTP status code
- 200
Response
Name | Type | Description |
---|
Error
Code | Type | Description |
---|---|---|
400 | request_status_not_pending | Request status is not pending |