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
alertType
ofInsufficientBalance
)
Request Body required
object
Type of alert (“LowBalance” or “InsufficientBalance”)
object
Current balance remaining ($)
The Organisation’s “low balance” threshold, configurable in portal
Percentage balance remaining of the Organisation’s “low balance” threshold
Examples
Responses
None
No response body