POST v2/account/withdraw/QuikiPayBep20GateWithdraw
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
QP_WithdrawResponseName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
withdrawal_id | string |
None. |
|
error_message | string |
None. |
|
error_code | string |
None. |
|
gw_id | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "withdrawal_id": "sample string 2", "error_message": "sample string 3", "error_code": "sample string 4", "gw_id": "sample string 5" }
text/xml
Sample:
<QP_WithdrawResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Exchange.PIAV2.Models.Account.Withdraw"> <ErrorCode>sample string 4</ErrorCode> <IbittUUID>sample string 5</IbittUUID> <Message>sample string 3</Message> <TxStatus>sample string 1</TxStatus> <WithdrawalId>sample string 2</WithdrawalId> </QP_WithdrawResponse>