# 订单支付成功

# 请求参数示例

<xml>     
     <ToUserName>gh_abcdefg</ToUserName> 
     <FromUserName>oABCD</FromUserName>      
     <CreateTime>12344555555</CreateTime>     
     <MsgType>event</MsgType>      
     <Event>open_product_order_pay</Event>
     <order_info>
          <out_order_id>123456</out_order_id>
          <order_id>1234567</order_id>
          <transaction_id>42000000123123</transaction_id>
          <pay_time>2021-12-30 22:31:00</pay_time>
          <amount>10</amount>
          <sp_openid>oNMZ-5C0SPGHUiKsTwnOXpSHzFvw</sp_openid>
     </order_info>
</xml>


# 回包示例

success

# 请求参数说明

字段名 类型 是否必填 说明
order_id number 内部订单号
out_order_id string 商家自定义订单号
transaction_id string 支付单号
pay_time string 支付时间
amount number 支付金额
payer_amount number 用户实付金额
sp_openid string 用户在一级商户appid下的唯一标识
promotion_detail_info PromotionDetailInfo 微信支付券信息

# PromotionDetailInfo

字段名 类型 说明
promotion_detail_list PromotionDetail[] 优惠记录列表

# PromotionDetail

字段名 类型 说明
coupon_id string 券ID
name string 优惠名称
scope string 优惠范围
GLOBAL:全场代金券
SINGLE:单品优惠
type string 优惠类型:
CASH:充值型代金券
NOCASH:免充值型代金券
amount number 优惠券面额
stock_id string 活动ID
wechatpay_contribute number 微信出资
merchant_contribute number 商户出资
other_contribute numver 其他出资
goods_detail GoodsDetail[] 单品列表信息

# GoodsDetail

字段名 类型 说明
goods_id string 商品编码
quantity number 商品数量
unit_price number 商品单价
discount_amount number 商品优惠金额
goods_reamark string 商品备注

# 回包参数说明

只需直接返回字符串success