Skip to main content

Virtual Top-Up (VTU)

Overview

This method enables recipients to receive airtime real-time.

POST / topup
curl `${baseurl}/topup`
-H "Content-type: application/json"
-X POST
-d '{
"action":"VT",
"terminalId":"7000000001",
"transaction": {
"pin": "kghxqwveJ3eSQJip/cmaMQ==",
"amount": 100,
"description": "Virtual Topup",
"provider":"ETISALAT",
"lineType":"VTU",
"destination": "08012345678",
"reference": "0384892920",
"senderName": "Sender’s Name;Sender’s Account Number;Recipient’s Name",
}
}'