Skip to main content
GET
List Card Products

Overview

Retrieve the list of available card products. Each product defines the card brand, currency, fees, features, and availability. Use the 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.

Example Usage

Response Fields

Example Response

Use the productId value from this response as the productId field when creating a card. Only products with canIssue: true can be used for new card creation.
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.

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Response

Card products retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Card products retrieved successfully"

data
object
meta
object