合作方账户余额查询

基础信息

  • 请求方式:POST
  • 接口地址:/api/mastercard/queryPartnerAccount.html

请求参数

名称类型必选Base64 转译字段名说明
randomStrstringtruenoneRandomstrnone

请求示例

{ "randomStr": "abcdef1234567890" }

响应参数

名称类型描述
namestring账户名称
accountListList
└currencystring币种
└balanceinteger余额
└digitalinteger余额精度

响应示例

{ "name": "string", "accountList": [ { "currency": "string", "balance": 0, "digital": 0 } ] }

Did this page help you?