Gift Card API for Automated Reward Delivery. Global, Instant, Fee-Free.

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.

Giftronaut global gift card API illustration

Trusted by global companies you know

logo carousel top logo carousel bottom v2

A gift card API that fits your stack.

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.

Sales
Reward prospects and customers directly from your CRM. Use gift card automation to power outreach campaigns, sales incentives, and channel SPIFFs without leaving your existing workflow.
Research And Surveys
Automatically send incentives to survey and user-testing participants the moment they respond. Reward participants instantly without manual follow-up or delays.
In-app Rewards
Embed rewards directly into your app or platform without building your own rewards infrastructure.
Marketing
Automatically trigger rewards when users complete key actions like demo signups, referrals, registrations, or product trials.

Everything you need for reward delivery, in one API.

Global delivery, recipient choice, refunds on unredeemed rewards, and transparent pricing. All through a single gift card API.

Coverage In 90+ Countries
Whether your recipients are in Seoul, Toronto, London, or anywhere in between, rewards are automatically converted to their local currency.
Coverage In 90+ Countries
Recipient Choice
You choose the reward amount, and recipients choose their preferred gift card from thousands of brands.
Recipient Choice
Refund Option
Get up to 50% of eligible unredeemed reward funds credited back to your account, helping you make the most of your reward budget.
Refund Option
Automated Bulk Delivery
Send to thousands of recipients at once with a single API call.
Automated Bulk Delivery
Transparent, Fee-free Pricing
You pay only for the reward value you send. There are no subscriptions, platform fees, per-send fees, or integration costs.
Transparent, Fee-free Pricing
Secure Delivery
We're completing an independent SOC 2 Type II audit to help your security and IT teams streamline vendor reviews and procurement.
Secure Delivery

An API designed for fast integration.

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.

From gift card API integration to live delivery in three steps.

No feature upgrades or add-ons required. Every account includes everything you need to integrate, automate, and start sending rewards.

1. Get Your Sandbox API Key

Sign up, generate a free sandbox API key, and start testing your integration in minutes.

Start in Sandbox
2. Build Your Integration

Follow the API documentation and code examples to build and test your integration at your own pace.

API Docs
3. Go Live

When you're ready, switch to a production API key and start sending gift cards and prepaid cards to recipients worldwide.

Get an API Key

Made for developers.

Send 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'
    }
  }
);

// RESPONSE

HTTP/1.1 200 OK

{
  "status": "sent",
  "gift_id": "gift_a8f3x9",
  "delivered_at": "2025-03-15T10:42Z",
  "redeemed": false
}

Send bulk digital gift cards worldwide.

Hundreds of brands like Amazon, Visa, and DoorDash, ready to send bulk digital gift cards across 90+ countries.

Most Popular Gift Cards

Visa Mastercard Amazon Starbucks Apple Airbnb

Fashion & Beauty

lululemon H&M Sephora Ulta Beauty Macy's Nordstrom Rack

Food & Delivery

Uber Eats DoorDash Grubhub Domino's Pizza Chipotle Dunkin

Home & Essentials

The Home Depot Target Walmart Best Buy IKEA Lowe's

Gaming & Entertainment

Xbox PlayStation Roblox Razer Gold Nintendo eShop Steam
Browse the Full Catalog

Security & compliance, covered.

From tax documentation to security standards, Giftronaut helps simplify compliance.

W-9 collection illustration

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 illustration

SOC Type II Security

Coming Soon

We're currently completing our SOC 2 Type II audit, helping streamline reviews for your IT and security teams.

Frequently asked questions

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).

Ready to build with the Giftronaut API?

Get free API access, a sandbox environment, and guidance from our team to help you launch your integration faster.