List Card Products
Cards
List Card Products
List available card products — returns productId, brand, currency, fees, and availability flags. Use productId when creating a card. GET /cards/products.
GET
List Card Products
Overview
Retrieve the list of available card products. Each product defines the card brand, currency, fees, features, and availability. Use theproductId when creating a card to specify which product to issue.
Products include availability flags (canIssue, canFund, canUnload) so you know exactly what operations are supported for each product. The isDefault flag indicates which product is used as the automatic fallback during card replacement when the original card type is unavailable for issuance.
Example Usage
Response Fields
Example Response
Default Product & Card Replacement: When a card is replaced, the system first checks if the original card’s product type is still available for issuance (
canIssue: true). If it is, the replacement card will be the same type. If not, the product marked as isDefault: true is used automatically as a fallback — no action is needed from your side.EUR Products: For EUR-denominated cards, the
amount you provide in the create card request is in EUR. Your business wallet (which is USD-denominated) will be debited the equivalent amount in USD based on the current exchange rate, plus the issuance fee.
