Automate gift card and prepaid card delivery with Giftronaut's easy-to-implement API. Send to 90+ countries at scale. No platform fees.
Trusted by global companies you know
If your team is sending the same rewards by hand, over and over, it's time for API-powered gift card automation. Connect reward delivery straight into the systems you already use.
Global delivery, recipient choice, refunds on unused value, and transparent pricing. All through a single gift card API.






Clear docs, a free sandbox, and a clean REST API mean you can start integrating right away, not days or weeks later.
No feature upgrades or add-ons. Everything below is available with every account.
Sign up, grab a sandbox API key, and start testing right away.
Start in SandboxWork through the docs and examples, then build your integration at your own pace.
API DocsA few lines send your first reward. Create orders, manage recipients, and check delivery status, all through the 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.
Simply upload your recipient list, choose a reward amount, and send. Each recipient gets a personalized link to claim from a catalog of local brands and gift cards — no account required on their end.
Giftronaut supports 90+ countries, letting each recipient redeem in their own local currency and choose from brands available where they live.
No. There's no HRIS setup or integration required — upload a spreadsheet or connect via MCP and start sending in minutes.
If a recipient never claims their gift, the funds come right back to you — up to 50% of unclaimed rewards can be refunded.
Rewards are sent instantly. Recipients get a personalized link in their inbox within seconds of you hitting send.
No. There are no contracts and no per-seat fees — start, pause, or stop anytime, and you only pay for the rewards you actually send.
We collect and manage W-9 forms automatically when required, and we're completing a SOC 2 Type II audit to meet your security team's review standards.
API access is free. We'll walk through the best way to get your integration started.
