POST
/
api
/
order
/
withdrawRequest
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/order/withdrawRequest \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data data=YMMpi1yLhJJbUYEN9IC3VXNXgfSBqKdHfOD4cf6cOlBb75whL9S...
{
"code": 0,
"message": "",
"data": "KMMiCBQVBt9WsfiIYACX/9gtyIGBJkSijwuKx4Dr8755EMtpHCE5Vev6YMSDiKyJ....."
}

接口描述

商户提交需二次确认的提币订单。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.

POST
/
api
/
order
/
withdrawRequest
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/order/withdrawRequest \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data data=YMMpi1yLhJJbUYEN9IC3VXNXgfSBqKdHfOD4cf6cOlBb75whL9S...
{
"code": 0,
"message": "",
"data": "KMMiCBQVBt9WsfiIYACX/9gtyIGBJkSijwuKx4Dr8755EMtpHCE5Vev6YMSDiKyJ....."
}

接口描述

商户提交需二次确认的提币订单。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.