Giftronaut protects every gift card redemption with email-based identity verification. Before a recipient can access their gift, they must prove ownership of the email address the card was sent to — no passwords or accounts required.
The verification flow is entirely managed by Giftronaut. When a recipient attempts to redeem a gift card, they are asked to confirm their identity via a one-click link sent to their inbox.
| # | Who | What happens |
|---|---|---|
| 1 | You (API) | Place an order via the API — no special configuration required |
| 2 | Giftronaut | Delivers the gift card email to the recipient with a Redeem button |
| 3 | Recipient | Clicks Redeem — the gift card page opens in their browser |
| 4 | Recipient | Clicks Send verification email on the gift card page |
| 5 | Giftronaut | Sends a new email containing a secure verification link with an embedded token (valid for 10 minutes) |
| 6 | Recipient | Clicks the link in that email — verification succeeds and they are taken directly to the redemption page |
The entire verification layer is built into Giftronaut. You get the following benefits with zero additional implementation work:
Nothing. Email verification is automatically enforced for every order. There is no API flag to enable and no webhook to handle.
recipients[].email. If that address is
incorrect, the recipient cannot complete verification. Use the
Resend endpoint to correct an email
address and re-send the gift.
| Detail | Value |
|---|---|
| Delivery method | Email — a magic link with an embedded token |
| Link validity | 10 minutes from when the verification email is sent |
| Expired link | Recipient can request a new verification email from the gift card page |
| Scope | Each token is single-use and bound to the specific recipient and order |
Start typing to search...
Select the APIs you want to integrate. A ready-to-use Markdown file with full API specs and a project context template will be generated and downloaded. Paste it into your AI assistant to get started instantly.