๐ Withdrawal Inquiry
This API is for merchants to actively query the withdrawal status.
URL๏ผ /api/payout/search
Method๏ผ POST
Parameter Type๏ผ application/json
Parameter๏ผ
| Field Name | Field Type | Required | sign | Instruction |
|---|---|---|---|---|
|
appid |
string(8) |
True |
True |
Merchant App ID |
|
order_sn |
string(14-32) |
True |
True |
Merchant order number |
|
sign |
string(32) |
True |
True |
Data sign - see sign Algorithm |
Return value data parameter๏ผ
| Field Name | Field Type | Instruction |
|---|---|---|
|
appid |
string |
Merchant App ID |
|
plat_withdraw_sn |
string |
THis platform order number |
|
order_sn |
string |
Merchant order number |
|
chain_type |
string |
Network: 1: Tron (TRC20) 2: Ethereum (ERC20) |
|
pay_usdt |
string |
Withdrawal amount, unit USDT |
|
poundage |
string |
Withdrawal handling fee, unit USDT |
|
receive_address |
string |
Payment address |
|
status |
string |
Payment status, for details, see: Withdrawal Status |
|
attach |
string |
User-defined data |
|
create_time |
string |
Payment creation time, Unix second-level timestamp |
|
success_time |
string |
Payment completion time, Unix second-level timestamp. This field is empty when the order is pending payment |
Withdrawal Status:
| status | Field Type | Instruction |
|---|---|---|
|
0 |
string |
Awaiting payment |
|
1 |
string |
Payment success |
|
2 |
string |
Payment failure |
Last updated