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

      条码支付(被扫:B扫C)

      开发中
      POST
      https://api.yinqipay.com/umf/v1/barcode/pay
      接口说明:
      ● 收银员使用扫码设备读取用户手机支付宝、微信、银联二维码付款码信息,将条码信息通过本接口上送至支付宝、微信、银联发起支付;

      请求参数

      Body 参数application/json

      示例
      {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "tradeNo": {"type": "string"},
          "outTradeNo": {"type": "string"},
          "platformOrderNo": {"type": "string"},
          "payStatus": {"type": "integer"},
          "gmtClose": {"type": "string"},
          "totalAmount": {"type": "number"},
          "netMoney": {"type": "number"},
          "buyerPayAmount": {"type": "number"},
          "subsidyFee": {"type": "number"},
          "payPlatformFee": {"type": "number"},
          "payPlatformRate": {"type": "number"},
          "liquidatorCommissionFee": {"type": "number"},
          "liquidatorCommissionRate": {"type": "number"},
          "userId": {"type": "string"},
          "openId": {"type": "string"},
          "payPlatformType": {"type": "integer"},
          "orderType": {"type": "integer"},
          "receiptAmount": {"type": "number"},
          "couponFee": {"type": "number"},
          "shareOrderType": {"type": "integer"},
          "shareType": {"type": "string"},
          "riskInfo": {
            "type": "object",
            "properties": {
              "terminalIp": {"type": "string"},
              "terminalLocation": {"type": "string"}
            }
          },
          "discountGoodsDetail": {"type": "string"},
          "subMerchantNo": {"type": "string"},
          "storeId": {"type": "string"},
          "merchantId": {"type": "string"},
          "payType": {"type": "string"},
          "delayedSettleType": {"type": "integer"},
          "discountAmount": {"type": "number"},
          "merchantDiscountAmount": {"type": "number"},
          "alipayExtendParams": {
            "type": "object",
            "properties": {
              "hbFqNum": {"type": "integer"},
              "hbFqSellerPercent": {"type": "integer"},
              "sysServiceProviderId": {"type": "string"},
              "industryRefluxInfo": {"type": "string"},
              "cardType": {"type": "string"},
              "fundBillList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "fundChannel": {"type": "string"},
                    "amount": {"type": "number"},
                    "realAmount": {"type": "number"},
                    "fundType": {"type": "string"}
                  }
                }
              },
              "alipayVoucherDetailList": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {"type": "string"},
                    "name": {"type": "string"},
                    "type": {"type": "string"},
                    "amount": {"type": "number"},
                    "merchantContribute": {"type": "number"},
                    "otherContribute": {"type": "number"},
                    "memo": {"type": "string"},
                    "templateId": {"type": "string"},
                    "alipayOtherContributeDetail": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "contributeType": {"type": "string"},
                          "contributeAmount": {"type": "number"}
                        }
                      }
                    }
                  }
                }
              },
              "merDiscountAmount": {"type": "number"},
              "hbFqPayInfo": {"type": "string"}
            }
          },
          "wechatExtendParams": {
            "type": "object",
            "properties": {
              "bankType": {"type": "string"}
            }
          }
        }
      }
      

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "tradeNo": "string",
          "outTradeNo": "string",
          "platformOrderNo": "string",
          "payStatus": 0,
          "gmtClose": "string",
          "totalAmount": 0,
          "netMoney": 0,
          "buyerPayAmount": 0,
          "subsidyFee": 0,
          "payPlatformFee": 0,
          "payPlatformRate": 0,
          "liquidatorCommissionFee": 0,
          "liquidatorCommissionRate": 0,
          "userID": "string",
          "openID": "string",
          "payPlatformType": 0,
          "orderType": 0,
          "receiptAmount": 0,
          "couponFee": 0,
          "discountGoodsDetail": "string",
          "subMerchantNo": "string",
          "storeID": "string",
          "merchantID": "string",
          "payType": "string",
          "alipayExtendParams": {
              "hb_fq_num": 0,
              "hb_fq_seller_percent": 0,
              "sys_service_provider_id": "string",
              "industry_reflux_info": "string",
              "card_type": "string",
              "other_extend_params": "string"
          },
          "bank_type": "string"
      }
      修改于 2024-04-25 05:46:19
      上一页
      统一下单(预支付、C 扫 B)
      下一页
      订单查询
      Built with