Notifications / Types / Balance Notification
Balance notifications will alert you when you have insufficient credit to purchase a bundle or have reached your Org Balance Alert Threshold. The Org Balance Alert Threshold is set by default to $100 and can be updated in the eSIM Go Management Portal under Settings. These alerts can be used to ensure you keep your account in credit and to monitor for any unexpected or untoward patterns of bundle purchases..
The alertType for these notifications will be LowBalance, except for when a transaction is rejected due to insufficient balance, when it will be InsufficientBalance.
Alerts will be triggered on
- Reaching the Org Balance Alert Threshold
- On passing 75% of the threshold
- On passing 50% of the threshold
- On passing 10% of the threshold
- On purchase attempts failing due to lack of credit (Sent up to 10 times, with
alertTypeofInsufficientBalance)
Request Body required
object
Type of alert (“LowBalance” or “InsufficientBalance”)
object
Current balance remaining ($)
1299.3The Organisation’s “low balance” threshold, configurable in portal
2600Percentage balance remaining of the Organisation’s “low balance” threshold
1000000000Examples
{ "alertType": "LowBalance", "balanceInfo": { "balance": 1299.3, "threshold": 2600, "thresholdPercentRemaining": 49.973 }}Responses
None
No response body