Gift Cards
Find gift card by transaction id
Finds and returns the gift card associated with the given transaction id. Returns a 404 if the gift card with the given transaction id was not found.
Supports an optional system_id query parameter to specify the source system (defaults to x-series, also supports e-series).
🔒 Requires: gift_cards:read scope
get/gift_cards/transactions/{transaction_id}
Path parameters
transaction_idstring required
The transaction id of the gift card transaction to find.
Query parameters
system_id'x-series' | 'e-series'
The source system identifier. Defaults to x-series if not specified.
Response
The gift card with this transaction id was successfully found.