OptOut Auto TopUp
API to Opt Out of Auto TopUp request
Create a new user
POST
{{baseUrl}/mtn/autotopup/optout
Endpoint to optOut of the Auto TopUp
Headers
Name
Value
Content-Type
application/json
client-id
your valid client-id
x-api-key
your valid x-api-key
Body
Name
Type
Description
name
string
Name of the user
age
number
Age of the user
Request parameter
{ "subscriberMSISDN": "08169653167", "thresholdType": "Airtime" }
Response
{
"status": 200,
"description": "update successfully.",
"data": null,
"responseCode": "00"
}
Last updated