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

统一下单

POST
/api/network/unified
商户可通过统一下单接口获取支付链接,完成支付。
service 为 gateway.unified.pay

请求参数

Body 参数application/json

示例
{
    "sub_mch_id": "string",
    "sub_type": "SYSTEM",
    "channel_type": "ALIPAY",
    "total_fee": "1.00",
    "pay_name": "string",
    "pay_body": "string",
    "notify_url": "string",
    "return_url": "string",
    "out_trade_no": "string",
    "user_ip": "string",
    "server_url": "string",
    "appid": "string",
    "openid": "string",
    "split_group_id": "430849609281",
    "acct_split_bunch": {
        "acct_infos": [
            {
                "div_amt": "string",
                "account_id": "28358407996147"
            }
        ]
    }
}

返回响应

🟢200成功
application/json
Body

示例
{
    "rsp_code": "0000",
    "rsp_msg": "success",
    "request_array": {
        "pay_url": "https://order.payment.com/Network/jump_pay/por/2022102219051044955958139/",
        "system_order_id": "20221022190510449559581399"
    }
}
上一页
相关资源
下一页
订单状态查询
Built with