HollaTags API
  • Introduction
  • 📳SMS
    • Send
    • Receive
    • Status
    • Credit
    • Lookup
    • Send SMS Sample Code
    • Receive SMS Sample Code
    • API Response
    • Callback
    • OTP
    • SMS DLR Error Codes
  • 📳USSD
    • USSD Inbound
    • USSD Outbound
    • USSD Sample Code
    • USSD Error Codes
  • 📳WhatsApp
    • WhatsApp Chat
    • WhatsApp Push
    • WhatsApp Sample Code
  • 📳SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Response Codes
    • SMPP DLR Codes
  • 💳Airtime
    • Airtime (VTU)
  • ❓FAQ
    • USSD - Dedicated
    • USSD - Shared
Powered by GitBook
On this page

Was this helpful?

  1. Airtime

Airtime (VTU)

VTU

POST https://sms.hollatags.com/api/vtu

The POST parameters should be sent as x-www-form-urlencoded

Request Body

Name
Type
Description

user*

Account username

amount*

String

The value of virtual airtime to send to the mobile number.

By default, min 10 & max 20000, representing N10 and N20,000 respectively. If you need higher value allowed on your account, please contact help@hollatags.com

to*

String

The mobile number for the virtual airtime. (must be in international format and no prefix e.g. 2348030000000)

pass*

String

Account password

reference_id

String

This serves as the idempotency unique client reference ID for safely retrying failed or timeout requests without accidentally executing the same transaction twice.

(automatically expire after 30days) (Length is 12 to 40 characters )

We suggest the reference ID should be a V4 UUIDs (e.g 58c0d0f9-7dc6-4ce0-91ae-2d84c5880713), or another random string that can guarantee uniqueness to avoid collisions.

sent
PreviousSMPP DLR CodesNextUSSD - Dedicated

Last updated 3 years ago

Was this helpful?

💳