PAYVANTAGE API Documentation
  • Home
  • Vending
    • Data
    • Airtime
    • Check Transactions/Requery
    • Auto TopUp
    • OptOut Auto TopUp
    • Transaction Status Notification
  • SoftPOS
  • Education
    • JAMB
      • WAEC
  • Virtual Account
Powered by GitBook
On this page
  1. Vending

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"
}
{
    "status": 400,
    "description": "you don't have active subscription",
    "data": null,
    "responseCode": null
}
PreviousAuto TopUpNextTransaction Status Notification

Last updated 1 year ago