Automate gift card and prepaid card delivery with Giftronaut's easy-to-implement API. Send rewards at scale to recipients in 90+ countries with no platform fees.
Trusted by global companies you know
If you're sending the same rewards manually again and again, it's time to automate. Use Giftronaut's API for gift card automation to integrate reward delivery with your existing systems and automate gift card and prepaid card sending at scale.
Global delivery, recipient choice, refunds on unredeemed rewards, and transparent pricing. All through a single gift card API.






Clear documentation, a free sandbox, and a clean REST API help you get up and running quickly—so you can start integrating in hours, not days or weeks.
No feature upgrades or add-ons required. Every account includes everything you need to integrate, automate, and start sending rewards.
Sign up, generate a free sandbox API key, and start testing your integration in minutes.
Start in SandboxFollow the API documentation and code examples to build and test your integration at your own pace.
API DocsWhen you're ready, switch to a production API key and start sending gift cards and prepaid cards to recipients worldwide.
Get an API KeySend your first reward with just a few lines of code. Create orders, manage recipients, and track delivery status through a simple REST API.
See the API docs// REQUEST
const axios = require('axios'); await axios.post( 'https://api.giftronaut.com/v1/gifts/send', { recipient_email: 'alex@acme.com', gift_type: 'amazon_usd', amount: 50, message: 'Thanks for a great Q1!' }, { headers: { Authorization: 'Bearer sk_live_51NxK...', 'Content-Type': 'application/json' } } );
import requests response = requests.post( "https://api.giftronaut.com/v1/gifts/send", headers={ "Authorization": "Bearer sk_live_51NxK...", "Content-Type": "application/json" }, json={ "recipient_email": "alex@acme.com", "gift_type": "amazon_usd", "amount": 50, "message": "Thanks for a great Q1!" } ) print(response.json())
curl -X POST \ https://api.giftronaut.com/v1/gifts/send \ -H "Authorization: Bearer sk_live_51NxK..." \ -H "Content-Type: application/json" \ -d '{ "recipient_email": "alex@acme.com", "gift_type": "amazon_usd", "amount": 50, "message": "Thanks for a great Q1!" }'
// RESPONSE
HTTP/1.1 200 OK { "status": "sent", "gift_id": "gift_a8f3x9", "delivered_at": "2025-03-15T10:42Z", "redeemed": false }
Hundreds of brands like Amazon, Visa, and DoorDash, ready to send bulk digital gift cards across 90+ countries.
Most Popular Gift Cards
Fashion & Beauty
Food & Delivery
Home & Essentials
Gaming & Entertainment
From tax documentation to security standards, Giftronaut helps simplify compliance.
W-9 Collection
When recipients reach the tax reporting threshold, we automatically collect and manage W-9 forms, complete with tracking and reminder emails.
SOC Type II Security
Coming SoonWe're currently completing our SOC 2 Type II audit, helping streamline reviews for your IT and security teams.
The Giftronaut API is a REST API that lets you programmatically send gift cards and prepaid cards to recipients in 90+ countries. You can automate reward delivery at scale — from a single recipient to thousands — without building your own reward infrastructure.
The API uses OAuth 2.0. You generate a client_id and client_secret from your dashboard, then request an access token with the specific scopes your integration needs (e.g. orders.write, recipients.read).
You can send Choice Cards (recipients pick their own brand and currency), Branded Cards (specific retailers like Amazon, Walmart, or DoorDash), and Prepaid Cards (Visa, Mastercard) for markets where local brand options are limited.
With the Refund Option, eligible unredeemed rewards are automatically refunded to your account. Recover up to 50% of eligible unredeemed reward funds, depending on the redemption window you choose.
Rewards are sent instantly. Recipients get a personalized link in their inbox within seconds of you hitting send.
No. Giftronaut has no contracts, subscriptions, or per-card fees. You only pay for the rewards you send.
Yes. Giftronaut provides a separate sandbox environment so you can build and test your integration before going live. The sandbox has a higher rate limit (300 requests/minute) than production (60 requests/minute).
Get free API access, a sandbox environment, and guidance from our team to help you launch your integration faster.
