Skip to main content
Yativo’s gift card API lets you purchase digital gift cards across hundreds of brands globally — ideal for rewards programs, employee incentives, or customer cashback products. The cost is deducted from your USD wallet at purchase time.

List Gift Card Categories

Browse available gift card categories to help filter the product catalog.

List Available Gift Cards

Browse all purchasable gift card products. Filter by country or category.
string
Filter by ISO 3166-1 alpha-2 country code (e.g. US, BR, MX, NG).
number
Filter by category ID from the categories endpoint.

Purchase a Gift Card

Purchase a gift card for a specific product. The amount is debited from your USD wallet.
Requires Idempotency-Key header. The cost is charged to your wallet at purchase time — purchases are non-refundable.
number
required
The gift card product ID from the list endpoint.
number
required
Face value of the gift card in its native currency. Must be within the product’s min_amount and max_amount range, or match one of its fixed_amounts.
number
Number of cards to purchase (default: 1).
string
Email address to deliver the gift card code to. Optional — if omitted, the code is returned in the API response only.

Redeem / Get Card Instructions

Retrieve the redemption instructions and gift card code for a completed gift card purchase.
string
required
The transaction_id returned from the purchase endpoint.
Gift card redemption codes are sensitive. Treat them like cash — display them only to the intended recipient and do not log them in your application.