Skip to main content
POST
查询提款订单状态

API Description

Retrieve the status of the withdrawal order; the merchant needs to reconfirm the withdrawal order status.

Headers

Content-Type
string
required

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

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-152733e"

Body

application/x-www-form-urlencoded
data
string
required

Base64编码的RSA加密数据,由以下原始参数加密生成:

callBackId (string): 商户可以通过 callBackId(需确保其唯一性)查询订单状态。

Pattern: ^[A-Za-z0-9+/]+={0,2}$
Example:

"U2FsdGVkX1+Jfz0VjXJbZ0tZz8G8v4w3Z2jWkT..."

Response

成功响应

code
integer
required

业务状态码(0 = 成功),其他值均表示失败。

Example:

0

message
string
required

正常情况下返回为空,当请求失败时则会返回错误信息。

Example:

""

data
string
required

Base64编码的RSA加密数据,由以下原始参数加密生成:

clientOrderId (string): 商户提交的需查询的订单ID。

orderState (string): 订单状态,0:初始化、1:审核中 2:进行中、3:完成、 4:撤销、5:人工处理、6:失败

Example:

"G+RlQN2lJ4qQtiXJC7Y6rgHmf2C4e3jHu4yoK6pEaBA==...."