m2pfintech

Delete Low Balance Alert

Removes an active alert configuration. Once deleted, no further alerts are sent for the specified criteria.

POST
/v1/corporate-alert/configuration/delete

Authorization

bearerAuth tenantId
AuthorizationBearer <token>

JWT Bearer token from the Authentication API

In: header

X-TENANT-ID<token>

Your unique tenant identifier assigned during onboarding

In: header

Header Parameters

X-TENANT-ID*string

Your unique tenant identifier

Request Body

application/json

corporateId*string

Corporate entity ID

accountNumber*string

Corporate pool account number

alertType*string

Type of alert

lowBalanceThreshold?string

Low balance threshold amount (numeric string)

notificationEmails?array<string>
notificationMobiles?

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 '{    "corporateId": "CORP123",    "accountNumber": "17568190551480014",    "alertType": "CORPORATE_LOW_BALANCE_ALERT"  }'
Empty
Empty