Webhook event notification request.
event_name
value: wallet-balance-alert
This request is sent to registered webhook event handlers after |
---|
A publisher's wallet balance drops below their preset thresholds |
The Request body described below is the message
property in the event notification request data. For more information about event notification requests, visit Webhooks.
Return a 2XX status to indicate that the data was received successfully
{- "balance": 1000,
- "critical": true,
- "description": "Registration USD wallet.",
- "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "warning": false
}