Skip to main content
POST
This endpoint redeems a gift card, deducting the specified amount from the card’s balance. It validates the card and checks all restrictions before processing.

Authentication

This endpoint requires a valid API key with gift_cards:write permissions.

Request Body

string
required
Gift card code to redeem
string
Gift card PIN (if required)
integer
required
Amount to redeem in cents
string
required
Order ID to apply the gift card to
string
Customer ID making the redemption

Response

Returns the redemption transaction details.