兔珑付API
  1. 接口列表
兔珑付API
  • 对接指南
  • 公共参数说明
  • 签名算法说明
  • 异步回调说明
  • 相关资源
  • 接口列表
    • 统一下单
      POST
    • 订单状态查询
      POST
    • 订单退款
      POST
    • 分账子账号开户
      POST
    • 余额支付
      POST
  1. 接口列表

余额支付

POST
/api/network/unified
商户可通过此接口进行余额支付
service 为 split.balance.payment

请求参数

Body 参数application/json

示例
{
    "sub_mch_id": "string",
    "transfer_type": "01",
    "in_account_id": "string",
    "total_fee": "string",
    "good_desc": "string"
}

返回响应

🟢200成功
application/json
Body

示例
{
    "rsp_code": "0000",
    "rsp_msg": "success",
    "request_array": {
        "in_account_id": "78250301964139",
        "status": "S",
        "seq_no": "62561019339825",
        "total_fee": "0.10",
        "finish_time": "2023-11-13 16:00:12",
        "good_desc": "测试转账"
    }
}
上一页
分账子账号开户
Built with