Notify
[!TIP|style:flat]
YabandPay will return asynchronous notifications from the following IP addresses, which are recommended to be added to the firewall whitelist.
8.211.41.31 8.211.10.244 8.211.8.123
Example Response:
{
"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"
}
Response Parameters:
| Parameter | Type | Description |
|---|---|---|
| user | String | the UID of super admin account |
| time | String | timestamp |
| gateway_name | String | the name of payment institution, namely YabandPay |
| wallet_id | String | wallet ID |
| payout_id | String | order number |
| currency | String | currency, ISO 4217 |
| amount | String | withdrawal amount |
| reference | String | remark |
| notify_url | String | asynchronous notification url |
| state | String | order state. there are 6 states: awaiting approval, pending, failed, completed, declined, cancelled |