Trusted by global companies you know






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 Key// 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 }
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.
Get free API access, a sandbox environment, and guidance from our team to help you launch your integration faster.
