Retrieve the list of available card products that can be issued. Each product defines the card brand, currency, fees, and features. Use the productId when creating a card to specify which product to issue.
productId when creating a card to specify which product to issue.
| Field | Type | Description |
|---|---|---|
productId | string | Product identifier to use in card creation |
name | string | Human-readable product name |
brand | string | Card brand: MASTERCARD or VISA |
currency | string | Card currency: USD or EUR |
type | string | Card type (e.g., PREPAID, DEBIT) |
issuanceFee | number | Fee charged when issuing this card (in USD) |
minimumFunding | number | Minimum initial funding amount (in product currency) |
spendingLimit | number | Maximum spending limit for the card |
spendingPeriod | string | Time period for the spending limit: DAILY, MONTHLY, or YEARLY |
features.applePay | boolean | Whether the card supports Apple Pay |
features.googlePay | boolean | Whether the card supports Google Pay |
features.3dSecure | boolean | Whether the card supports 3D Secure |
features.reloadable | boolean | Whether the card can be funded after creation |
isTokenized | boolean | Whether the card supports digital wallet tokenization (Apple Pay, Google Pay) |
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.