Digital Gift Card API
A next generation technology API for digital Gift Cards. By simply integrating Voltronnode API, your business will be able to quickly transfer Gift Cards to people worldwide.
Gift Cards incentive strategies that fit with your business
With a few lines of code, embed our digital content catalog and mobile operators' top-ups to boost user engagement for web and mobile apps.
Remittances
Crypto & Fintech
NGO's
Incentives & Rewards
Get started with Voltronnode today
- Sign up for free. No contracts needed
- Get your API keys from the Voltronnode portal
- Integrate our API and add balance to your wallet to go live
Increase user and employee engagement
with digital Gift Cards on one API
A catalog of 300 brands
No monthly minimums
+14.000 products
Great for incentives & rewards strategies
Over 100 currencies
Automated bulk orders in 5 seconds
Reports for all your transactions
Build a digital Gift Card solution for customers, or send bulk transfers for corporate rewards
Today's ubiquitous mobile phone usage enables your Gift Card programs to become borderless. Let's integrate a great Gift Card strategy with Voltronnode API, whether for B2C actions or corporate rewards.
By simply integrating Voltronnode's API into your mobile or web application, your business will be able to enable the quick transfer of gift cards or digital goods to people in 5 different regions
A developer-first approach
Voltronnone has built an open Airtime API platform, made by developers for developers. Join our interconnected cloud API and start sending Airtime worldwide today.
explore the developer docs
curl --location
--request POST 'https://topups.voltronnode.com/topups'
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN_HERE'
--header 'Accept: application/com.voltronnode.topups-v1+json'
--header 'Content-Type: application/json'
--data-raw '{
"operatorId":"341",
"amount":"10",
"useLocalAmount": false,
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
},
"senderPhone": {
"countryCode": "CA",
"number": "1231231231"
}
}'
using System;
using System.Threading.Tasks;
using System.Net.Http;
using System.Text;
using Newtonsoft.Json;
namespace WebAPIClient {
class Program {
static async Task Main(string[] args) {
await ApiCall();
}
private static async Task ApiCall() {
var json = JsonConvert.SerializeObject(new {
operatorId = "341",
amount = "10",
useLocalAmount = false,
customIdentifier = "This is a sample",
recipientPhone = new {
package main
import (
"fmt"
"strings"
"net/http"
"io/ioutil"
)
func main() {
url := "https://topups.voltronnode.com/topups"
method := "POST"
payload := strings.NewReader(`{
"operatorId":"341",
"amount":"10",
"useLocalAmount": false,
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("application/json");
RequestBody body = RequestBody.create(mediaType, "{
"operatorId":"685",
"amount":"10",
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
},
"senderPhone": {
"countryCode": "CA",
"number": "1231231231"
}
}");
Request request = new Request.Builder()
.url("https://topups.voltronnode.com/topups")
.method("POST", body)
var request = require('request');
var options = {
'method': 'POST',
'url': 'https://topups.voltronnode.com/topups',
'headers': {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN_HERE',
'Accept': 'application/com.voltronnode.topups-v1+json',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"operatorId": "341",
"amount": "10",
"useLocalAmount": false,
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
},
"senderPhone": {
"countryCode": "CA",
"number": "1231231231"
}
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://topups.voltronnode.com/topups',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>'{
"operatorId":"341",
"amount":"10",
"useLocalAmount": false,
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
},
import requests
import json
url = "https://topups.voltronnode.com/topups"
payload = json.dumps({
"operatorId": "341",
"amount": "10",
"useLocalAmount": False,
"customIdentifier": "This is example identifier 092",
"recipientPhone": {
"countryCode": "NG",
"number": "08147658721"
},
"senderPhone": {
"countryCode": "CA",
"number": "1231231231"
}
})
headers = {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN_HERE'
Delight with a large catalog of popular retailers
Voltronnode's vast and growing catalog of retailers includes popular brands such as Apple, Amazon, Roblox, Xbox, and more.
We are constantly growing this selection to further allow you and your customers to find the Gift Cards and exact values you are looking for.