List available card products (BINs) — Mastercard World USD/EUR, Visa Platinum USD. Includes issuance fees and currency details. GET /cards/products.
productId 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.
| 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) |
canIssue | boolean | Whether this product is currently available for new card issuance |
canFund | boolean | Whether cards of this product can receive funding (loading money) |
canUnload | boolean | Whether cards of this product support unloading (withdrawing money) |
isDefault | boolean | Whether this is the default fallback product used during card replacement |
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.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.