Browse available gift card products. Branded Cards are fixed-value cards from specific brands. Choice Cards let recipients select their own gift from a curated multi-brand collection. Each card type has its own set of endpoints.
/api/v1/catalog/branded-cards
Returns a paginated list of branded gift card products available to your organization.
catalog.read
searchcategoryShopping, Entertainment)pagepageSizeBrowse all available brands visually in the portal: Brand Catalog
productIdproductId when creating a branded card ordercountryCodeUSA, GBR); GLOBAL if the card is available in multiple countries; null if not specifiedpriceTypeFIXED — select from the prices list; RANGE — any value between prices[0] and prices[1] in priceStep incrementspricesFIXED: the available denominations. For RANGE: [min, max]priceStepRANGE products; null for FIXED/api/v1/catalog/branded-cards/{productId}
Retrieves details for a single branded card product.
catalog.read
productIdRESOURCE_NOT_FOUND — no branded card found with this ID./api/v1/catalog/choice-cards
Returns a paginated list of choice card designs available to your organization. Each design includes the balance range that your organization is configured to load onto cards.
catalog.read
searchpagepageSizeproductIdproductId when creating a choice card orderpriceTypeRANGE for choice cardsprices[min, max] — the allowed balance range per recipient for your organizationpriceStep1 — amounts must be whole-dollar increments/api/v1/catalog/choice-cards/{productId}
Retrieves details for a single choice card design including the balance range configured for your organization.
catalog.read
productIdRESOURCE_NOT_FOUND — no choice card design found with this ID.Start typing to search...
Select the APIs you want to integrate. A ready-to-use Markdown file with full API specs and a project context template will be generated and downloaded. Paste it into your AI assistant to get started instantly.