---
name: dunkin.x402.fi
description: dunkin.x402.fi is a single-purpose merchant host that sells $25 Dunkin gift cards via Solana USDC payments. It accepts an x402 exact-price payment transaction and returns a gift card code upon successful settlement.
host: dunkin.x402.fi
---

# dunkin.x402.fi

This host serves agents or users who want to purchase a $25 Dunkin gift card using Solana USDC. It is a narrow, transactional endpoint with no catalog browsing, denomination selection, or balance management — just a fixed-price checkout for one specific product.

## When to use this host

Use this host when an agent needs to purchase exactly a $25 Dunkin gift card and can sign and submit a Solana mainnet USDC transaction via the x402 payment protocol. Do not use it for other denominations (e.g., $10 or $50 Dunkin cards), non-Solana chains, or non-USDC payment methods. It cannot check gift card balances, redeem cards, or list available products. For other gift card brands or denominations, look for alternative merchant hosts on x402gle that match the desired retailer and amount.

## Capabilities

### Gift Card Purchase

Handles the end-to-end checkout flow for a $25 Dunkin gift card: accepts a Solana USDC x402 payment and returns a redeemable gift card code upon settlement.

- **`purchase-dunkin-25-gift-card`** — Purchases a $25 Dunkin gift card by submitting an exact-price Solana USDC payment of 25 USDC to a specified payee address with a 5-minute settlement window.

## Skill reference

### `purchase-dunkin-25-gift-card`

**Dunkin $25 Gift Card Checkout** — Purchases a $25 Dunkin gift card by submitting an exact-price Solana USDC payment of 25 USDC to a specified payee address with a 5-minute settlement window.

*Use when:* Use when the user wants to buy a $25 Dunkin gift card and can pay with Solana USDC; the agent must be able to sign and submit an x402 exact-price payment transaction on Solana mainnet.

*Not for:* Do not use for other Dunkin gift card denominations, non-USDC payments, or non-Solana chains. Not suitable for checking gift card balances or redeeming cards.

**Inputs:**

- `X-PAYMENT` (string, required) — x402 payment header containing the signed Solana USDC transaction for exactly 25000000 atomic USDC units (25 USDC) sent to payTo address Ak3Zw57WFjq94FGuX4sWNetqiCpbWQgmLoNmfRzEsadx within 300 seconds.
- `xSettlementAccount` (string) — Optional settlement account override; supported per the xSettlementAccountSupported feature flag in the paywall schema.

**Returns:** Returns a gift card code or redemption details for a $25 Dunkin card after the 25 USDC Solana payment is confirmed.

**Example:** `{"method":"POST","url":"https://dunkin.x402.fi/store/buy/dunkin-25","headers":{"X-PAYMENT":"<signed-x402-exact-payment-header>","Content-Type":"application/json"}}`

---
