Reward survey respondents, study participants, employees, or customers. Send one from the dashboard, thousands from a spreadsheet, or from your own software with one API call. Recipients pick from hundreds of brands. You pay exactly the card's value — no fees.
Try it free in test mode See how it workscurl https://sendreward.com/api/v1/rewards \ -H "Authorization: Bearer sr_live_…" \ -d '{"recipient_email":"maria@example.com", "amount":25,"message":"Thanks for finishing our survey!"}' # → 201 Created { "id": "rw_7f3a…", "status": "sent" }
Choose how you'd like to receive it:
A $10 thank-you, in someone's inbox thirty seconds after they earned it.
That's the whole product.No developer required. Every route ends the same way: an email with a gift card the recipient chooses.
Type an email, an amount, and a note. Review the email preview and send. About a minute, start to finish.
Upload a CSV or Excel file of recipients and amounts. We flag bad rows and duplicates before anything goes out. Send now or schedule it, watch progress, download results.
POST /api/v1/rewards { "recipient_email": "maria@…", "amount": 25 } → 201 { "status": "sent" }
One HTTP call from your survey tool, app, or script. Idempotency keys, webhooks, and a sandbox that never emails anyone. Read the docs →
A $10 reward costs $10.
We buy gift cards at volume rates. The difference between what we pay and face value is our margin, so we never need to charge you a fee on top.
Bank transfers are free to you. Card top-ups add a 3% + $0.30 processing surcharge, which is exactly what the card networks charge us — we don't mark it up.
Anyone who needs to pay people small amounts, quickly, without collecting bank details — whether or not they have a developer.
Export respondents to a spreadsheet and send in one campaign, or trigger from your survey tool by API.
Participant compensation from a coordinator's spreadsheet, with a results export your finance office can reconcile.
Milestone and adherence rewards, triggered from your own logic.
Pay the referrer the moment the condition is met.
Birthdays, anniversaries, spot bonuses — sent one at a time from the dashboard, or in a monthly campaign.
A $20 apology from a support macro beats a coupon code.
No. Sign up, add funds, and send from the dashboard — one recipient at a time or a whole spreadsheet. The API is there if you want to automate it later.
Hundreds of brands including Amazon, Visa and Mastercard prepaid cards, Target, Starbucks, DoorDash, PayPal, and charity donations. The recipient picks at redemption; you don't have to decide for them.
No. They get an email, click, choose a brand, and receive the card. Nothing to install or sign up for.
You'll see the status in your dashboard and via webhook. Unclaimed rewards can be reviewed and handled with support.
Yes. Upload a CSV or Excel file as a campaign — up to 10,000 recipients with individual amounts and messages. We validate every row, hold the funds, and send at a steady rate so you can pause or cancel mid-way. Or loop over the API.
Campaigns can be scheduled for a date and time. Funds are reserved when you schedule, so the campaign can't fail for lack of balance when it fires.
Every account starts with $1,000 of test balance. Test mode works everywhere — the dashboard, campaigns, and the API — and behaves exactly like live except nothing is emailed and nothing is charged.
USD today. Tell us what you need and we'll prioritise it.
Sign up, switch to test mode, and send one to yourself. Add funds whenever you're ready to go live.
Create a free account API docs