Issue a new gift card, debiting its face value from your balance (scope: payments:write).
The card to issue; see CreateGiftCardParams.
Optional { idempotencyKey } — retrying with the same key + body replays the original.
The created gift-card record.
List issued gift cards (scope: balances:read). Keyset-paginated.
Filters + pagination; pass a prior page's nextCursor as before.
Optionalq?: stringOptional free-text search.
Optionalstatus?: GiftCardStatusOptional GiftCardStatus filter.
The raw { items, nextCursor } page of gift-card records.
List the available gift-card design templates (scope: balances:read).
The raw { items, nextCursor } (nextCursor always null) of template records.
Issue and read gift cards (scopes:
balances:readto read,payments:writeto issue).