首图支付网关
  1. Schemas
首图支付网关
  • 对外提供支付相关接口
    • OpenAPI-支付统一下单接口(测试)
    • OpenAPI-查询支付订单接口(测试)
    • OpenAPI-支付记录分页列表查询接口
    • 支付通知回调
  • 对外提供退款相关接口
    • OpenAPI-退款接口(测试)
    • OpenAPI-查询退款订单接口(测试)
    • OpenAPI-退款记录分页查询接口
    • 退款通知回调
  • 数据模型
    • Schemas
      • QueryPage
      • ApiResult«CreateQrcodeResponse»
      • Order
      • ApiResult«PayByWechatResponse»
      • Query
      • ApiResult«QueryPayStatusForH5Response»
      • ResponseResult«object»
      • ApiResult«QueryPayStatusResponse»
      • ApiResult«QueryRefundStatusForH5Response»
      • ApiResult«QueryRefundStatusResponse»
      • ApiResult«RefundForH5Response»
      • ApiResult«RefundResponse»
      • ApiResult«string»
      • ApiResult«登录传递DTO»
      • CreateQrcodeRequest
      • CreateQrcodeResponse
      • Folio用户信息中的meta
      • Folio用户信息中的personal
      • JsonNode
      • PayByWechatRequest
      • PayByWechatResponse
      • QueryPayStatusForH5Request
      • QueryPayStatusForH5Response
      • QueryPayStatusRequest
      • QueryPayStatusResponse
      • QueryRefundStatusForH5Response
      • QueryRefundStatusResponse
      • RefundForH5Request
      • RefundForH5Response
      • RefundRequest
      • RefundResponse
      • TaskHttpResponse
      • 修改密码DTO
      • 创建用户信息
      • 外部系统调用重置密码接口时传递的DTO
      • 对外提供支付下单DTO
      • 对外提供支付下单DTO_1
      • 对外提供支付下单回调通知结果DTO
      • 对外提供支付下单明细DTO
      • 对外提供查询商户号DTO
      • 对外提供查询商户号DTO_1
      • 对外提供查询支付订单信息的DTO
      • 对外提供查询退款订单信息的DTO
      • 对外提供退款DTO
      • 对外提供退款回调通知结果DTO
      • 登录传递DTO
      • 登录传递DTO,也可用于创建登录账号
      • 登录传递DTO,也可用于创建登录账号_1
      • 读者发票抬头管理
    • 支付明细数据模型
  1. Schemas

QueryPayStatusForH5Response(QueryPayStatusForH5Response)

{
    "accessType": "string",
    "attach": "string",
    "bankDiscAmt": "string",
    "bankType": "string",
    "cardFlag": "string",
    "cardKind": "string",
    "cardNo": "string",
    "cardTissue": "string",
    "couponAmt": "string",
    "dctDetail": "string",
    "decrFlag": "string",
    "ecouponAmt": "string",
    "merDiscAmt": "string",
    "merId": "string",
    "msgId": "string",
    "openId": "string",
    "orderId": "string",
    "orderStatus": "string",
    "outTradeNo": "string",
    "payGType": "string",
    "payStatus": "string",
    "payTime": "string",
    "payType": "string",
    "paymentAmt": "string",
    "pointAmt": "string",
    "returnCode": "string",
    "returnMsg": "string",
    "thirdPartyCouponAmt": "string",
    "thirdPartyDiscountAmt": "string",
    "thirdPartyReturnCode": "string",
    "thirdPartyReturnMsg": "string",
    "thirdTradeNo": "string",
    "totalAmt": "string",
    "totalDiscAmt": "string",
    "trxSerno": "string",
    "unionActivityId": "string",
    "unionActivityNm": "string",
    "unionAddnPrintInfo": "string",
    "unionDiscountAmt": "string",
    "unionIssAddnData": "string",
    "unionMchtDiscountAmt": "string"
}
Built with