# 账户开户进度查询

# 说明

  • 该接口适用于余额支付分账
  • 支持对公或对私

# 接口地址

https://open.weidoufu.com/funds/query (opens new window)

请求方式:POST

# 接口参数

名称 类型 必填参数 说明 (AccessKey/SecretKey)应用密钥
access_key string(32) 应用密钥的 AK,即是 AccessKey
receiver_code string(32) 收款人编码(开户时会返回,BK开头的编码)
sign string 签名结果(大写),详见 签名算法 (opens new window)

# 返回参数

返回为 json 格式

名称 字段类型 必有 说明
code int 1:成功   0:失败
message string 返回描述信息
data object 返回数据

成功返回结果:

{
  code: 1,
  data: '',
  message: "收款人开通完成",
  status: "success"
}

失败返回结果:

{
  code: 0,
  data: '',
  message: "收款人编码有误",
  status: "fail"
}
最后更新于: 1/17/2024, 4:13:31 PM