# Dunkin' $5 Gift Card Purchase

> Dunkin' $5 Gift Card Purchase is a paid API for AI agents from dunkin.x402.fi, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Purchases and delivers a $5 Dunkin' gift card to a recipient email address via USDC payment

## Facts

- Endpoint: POST https://dunkin.x402.fi/store/buy/dunkin-5
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dunkin-store-0b84bae0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NT-gsRXmpVT9xdapDyQ8v

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dunkin-store-0b84bae0 -d '<json body>'
```

Example prompt: Send a $5 Dunkin' gift card to my friend at jane.doe@gmail.com so she can grab a coffee — pay with USDC.

## When to prefer this

Use this endpoint when you need to send a small $5 Dunkin' gift card to a specific email address and want to pay with USDC cryptocurrency. Choose the $3 variant for smaller amounts or $10/$25 variants for larger gifts.

## Known failure modes

- Invalid or malformed recipient email address
- Insufficient USDC balance to cover $5 payment
- Payment method not supported or rejected
- Network or payment processing failure
- Invalid currency specified

## How this service works

Dunkin' $5 gift card. Redeemable at Dunkin' locations for coffee, donuts, breakfast sandwiches, and beverages.

## Output

A $5 Dunkin' digital gift card delivered to the specified recipient email address, redeemable at Dunkin' locations for coffee, donuts, breakfast sandwiches, and beverages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "amount",
  "currency",
  "paymentMethod",
  "recipientEmail"
 ],
 "properties": {
  "amount": {
   "type": "number"
  },
  "currency": {
   "type": "string"
  },
  "paymentMethod": {
   "type": "string"
  },
  "recipientEmail": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dunkin-store-0b84bae0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dunkin.x402.fi](https://www.zero.xyz/host/dunkin.x402.fi/llms.txt)
