# 交易结果通知(收单机构通知易百)
#### **接口用途**
- 接收收单机构的异步通知
#### **接口地址**
- [https://qrpaymobiletest.e-buychina.com.cn/notify/api/notifyResult/{appName}/{mid}](https://qrpaymobiletest.e-buychina.com.cn/notify/api/notifyResult/%7BappName%7D/%7Bmid%7D)
#### **请求参数**
字段 | 类型 | 是否必填 | 字段意义 | 备注 |
---|
appName | String | 是 | 对应易百appName | |
mid | String | 是 | 对应易百mid | |
body参数 | | 是 | 收单机构通知报文 | 以机构报文为准 |
#### **请求报文举例**
```
######支付宝######
{
paytools_pay_amount: [{
"ALIPAYACCOUNT": "0.49"
}],
gmt_create: 2019 - 03 - 21 10: 14: 05,
seller_email: forex_123058 @alitest.com,
forex_rate: 4.91210000,
subject: myMerchant000021,
sign: 8 fb30d789ee7b54d8bae142e5a02b7c1,
buyer_id: 2088622894549999,
notify_id: 2019032100222101420049991000018313,
notify_type: trade_status_sync,
trans_currency: SGD,
price: 0.49,
trade_status: TRADE_SUCCESS,
total_fee: 0.49,
currency: SGD,
sign_type: MD5,
seller_id: 2088621894801724,
buyer_email: cnbuyer_3299 @alitest.com,
notify_action_type: payByAccountAction,
notify_time: 2019 - 03 - 21 10: 18: 27,
gmt_payment: 2019 - 03 - 21 10: 14: 18,
quantity: 1,
extra_common_param: {
"qrcode": "https://qr.alipay.com/ocx00368onfz7rl22r7fg00",
},
trans_amount: 0.10,
out_trade_no: 767929382017474557294073882552983325121553134446160,
trade_no: 2019032122001449991000001001
}
```
#### **返回参数**
字段 | 类型 | 是否必填 | 字段意义 | 备注 |
---|
body参数 | String | 是 | 返回信息 | 按机构要求返回 |
#### **返回报文举例**
```
######支付宝######
success
```