异步通知
[!TIP|style:flat]
YabandPay将从下面IP地址返回异步通知,建议加入防火墙白名单。
8.211.41.31 8.211.10.244 8.211.8.123
返回示例:
{
"data": {
"user": "036870",
"time": 1708484735,
"gateway_name": "YabandPay",
"payout_id": "0594bf99-fce7-3784-28f7-e8e76ad01989",
"currency": "EUR",
"amount": "100.01",
"reference": "456789",
"notify_url": "https://www.yabandpay.com/notify",
"state": "completed"
},
"sign": "6ee293bb0c127d3370f215fe760eab144db6f79fec1f8516178b075edd745b30"
}
返回参数:
| 参数 | 类型 | 描述 |
|---|---|---|
| user | String | 超级管理员账号的UID |
| time | String | 当前时间戳 |
| gateway_name | String | 钱包机构名称 |
| payout_id | String | payout订单号 |
| currency | String | 货币代码,ISO 4217 |
| amount | String | 提款金额 |
| reference | String | 备注 |
| notify_url | String | 异步通知地址 |
| state | String | 订单状态。目前有6种状态: awaiting approval, pending, failed, completed, declined, cancelled |