Delete Low Balance Alert
Removes an active alert configuration. Once deleted, no further alerts are sent for the specified criteria.
Authorization
bearerAuth tenantId JWT Bearer token from the Authentication API
In: header
Your unique tenant identifier assigned during onboarding
In: header
Header Parameters
Your unique tenant identifier
Request Body
application/json
Corporate entity ID
Corporate pool account number
Type of alert
Amount threshold to trigger alert
Response Body
curl -X POST "https://sandbox-api.m2pprepaid.com/prepaid/middleware/v1/corporate-alert/configuration/delete" \ -H "X-TENANT-ID: ACME_CORP" \ -H "Content-Type: application/json" \ -d '{}'Configure Low Balance Alert POST
Creates a new alert configuration for a corporate account. Currently supports `CORPORATE_LOW_BALANCE_ALERT` to notify when pool balance falls below a threshold. ### Alert Types | Type | Description | |------|-------------| | `CORPORATE_LOW_BALANCE_ALERT` | Triggered when corporate pool balance drops below threshold | ### Notification Channels - Email (list of recipients) - SMS (list of mobile numbers)
Fetch Low Balance Alert Configuration POST
Retrieves existing alert configurations for a corporate account.
