Get withdrawal history details
Dxplaination of Interface Call Request
Interface Force Check Source IP
Example of request parameters
Examples of back-up
Dxplaination of request parameters
| parameter | type | Is it compulsory? | Introductions |
| out_request_no | string | yes | Payment Card Number |
| biz_type | number | yes | Type of business, fill in 1 |
| mchid | string | yes | Merchant Number |
Dxplaination of callback parameters
| parameter | type | Introductions |
| errcode | number | Error code |
| errmsg | string | Error message |
| withdraw_info | Object WithDrawInfo | Refund Details Information |
Object WithDrawInfo
| parameter | type | Introductions |
| amount | number | Amount of money |
| create_time | number | Created time |
| update_time | number | Updated time |
| reason | string | Reasons for failure |
| remark | string | Remarks |
| bank_memo | string | Bank Notes |
| bank_name | string | Bank Name |
| bank_num | string | Bank Account |
| status | string | Withdrawal status, see WithDrawStatus |
WithDrawStatus
| The enumeration value | Introductions |
| BEFORE_SCAN_QRCODE | Non-scanned |
| AFTER_SCAN_QRCODE | It has been scanned. |
| CREATE_SUCCESS | Successful receipt |
| SUCCESS | The withdrawal was successful. |
| FAIL | The withdrawal failed |
| REFUND | withdraw money and refund tickets |
| CLOSE | Checklist |
| INIT | Business order has been created |
Return code
| Return code | Error Type |
| -1 | System exceptions |
| 9710001 | No data yet |