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

接口描述

获取提币单状态,商户需要重新确认提币单状态。

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
/
getWithdrawOrder
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/order/getWithdrawOrder \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data 'data=U2FsdGVkX1+Jfz0VjXJbZ0tZz8G8v4w3Z2jWk3h6S7ADtX1i8PqNvJlU0a9T...'
{
"code": 0,
"message": "",
"data": "gwgguizKfpnzkvgotgLZD126qlI69oicjKhaVuyCaa4ZPYYxhDUIu2...."
}

接口描述

获取提币单状态,商户需要重新确认提币单状态。

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.