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

订单退款查询

开发中
POST
https://api.yinqipay.com/umf/v1/pay/refund/query

请求参数

Body 参数application/json

示例
{
    "out_trade_no": "123",
    "trade_no": "123"
}

返回响应

🟢200成功
application/json
Body

示例
{
    "outRefundNo": "string",
    "refundNo": "string",
    "outTradeNo": "string",
    "refundStatus": "REFUND_SUCCESS",
    "tradeNo": "string",
    "plateRefundNo": "string",
    "totalFee": 0,
    "netReceiptAmount": 0,
    "payPlatformRate": 0,
    "payPlatformFee": 0,
    "liquidatorCommissionRate": 0,
    "liquidatorCommissionFee": 0,
    "subsidyFee": 0,
    "overAmount": 0,
    "couponRefundFee": 0,
    "refundDetail": [
        {
            "promotionId": "string",
            "scope": "string",
            "type": "string",
            "amount": 0,
            "refundAmount": 0
        }
    ],
    "refundTime": "string",
    "ccbEcnyAmount": 0,
    "ecnyAmount": 0,
    "blueFee": 0,
    "blueReconcileType": 0,
    "restRealMoney": 0,
    "restSubsidyFee": 0,
    "couponTotalAmount": 0,
    "couponTotalNumber": 0,
    "couponInfList": [
        {
            "proGenerated": "string",
            "proId": "string",
            "proNm": "string",
            "proDesc": "string",
            "proType": 0,
            "couponId": "string",
            "couponExpiry": "string",
            "couponAmount": 0,
            "couponRefundProperty": "string",
            "couponDescriptionInfo": "string",
            "remarkInfo": "string"
        }
    ],
    "payPlatformInstallmentsRate": 0,
    "payPlatformInstallmentsFee": 0,
    "liquidatorCommissionInstallmentsRate": 0,
    "liquidatorCommissionInstallmentsFee": 0,
    "discountAmount": 0,
    "mdiscountAmount": 0,
    "activityName": "string",
    "activityId": "string"
}
修改于 2024-05-07 02:23:41
上一页
订单退款
下一页
统一下单(预支付、C 扫 B)
Built with