1. Schemas
BTEPay
  • 支付回调通知
  • 公共参数及签名校验规则
  • 分账
    • 分账
      POST
    • 分账结果查询
      POST
    • 分账退回
      POST
  • 退款
    • 订单退款
      POST
    • 订单退款查询
      POST
  • 统一下单(预支付、C 扫 B)
    POST
  • 条码支付(被扫:B扫C)
    POST
  • 订单查询
    POST
  • 订单关闭
    POST
  • 银联云闪付获取用户标识
    POST
  • 微信支付配置
    POST
  • 消费明细
    POST
  • 数据模型
    • Schemas
      • BasePrepay
      • PrepayForWechat
      • PrepayForAlipay
      • AlipayExtendParams
      • SceneInfo
      • Prepay
  1. Schemas

PrepayForWechat

{
    "storeID": "string",
    "outTradeNo": "string",
    "totalAmount": 0,
    "payPlatformType": "string",
    "orderType": "string",
    "pullUpType": "string",
    "subMerchantNo": "string",
    "userID": "string",
    "subject": "string",
    "spbillCreateIP": "string",
    "callbackURL": "string",
    "shareOrderType": 0,
    "shareType": "string",
    "deviceInfo": "string",
    "timeExpire": "string",
    "storeNo": "string",
    "terminalID": "string",
    "networkLicense": "string",
    "location": "string",
    "delayedSettleType": 0,
    "goodsDetail": "string",
    "notifyUrl": "string",
    "openID": "string",
    "subAppID": "string",
    "cancelURL": "string",
    "goodsTga": "string",
    "limitPay": "string",
    "sceneInfo": {
        "storeInfo": {
            "id": "string",
            "name": "string",
            "areaCode": "string",
            "address": "string"
        }
    }
}
Built with