Overview
Returns all card products defined within a card program. A Card Product encapsulates all settings for cards of a specific type — brand, currency, spending limits, 3DS, tokenization, and JIT controls. Use this endpoint to discover availableproductId values for use with POST /cards.
Path Parameters
Response Fields
Using Product IDs for Card Issuance
Once you have theproductId, pass it directly to POST /cards:
Product Limits
Each program supports a maximum of 5 card products. Products with active cards issued cannot be deleted — this protects card data integrity.Feature flags (
is3DSEnabled, isTokenizationEnabled, isJITEnabled) become immutable once any cards have been issued under a product. These settings are baked into the card at the provider level.
