List the card products available within a card program. GET /programs//products. Requires programs:read scope.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
productId values for use with POST /cards.
| Parameter | Type | Description |
|---|---|---|
programId | string | The card program ID |
| Field | Type | Description |
|---|---|---|
productId | string | Unique product identifier — use this when creating cards |
name | string | Product name (e.g., “Visa USD Standard”) |
scheme | string | Card network: VISA or MASTERCARD |
currency | string | Card currency: USD or EUR |
type | string | Card type: VIRTUAL |
transactionLimit | number | Maximum single transaction amount |
dailyLimit | number | Daily spending limit |
monthlyLimit | number | Monthly spending limit |
is3DSEnabled | boolean | Whether 3D Secure is enabled |
isTokenizationEnabled | boolean | Whether Apple Pay / Google Pay tokenization is enabled |
isJITEnabled | boolean | Whether Just-In-Time funding is enabled |
status | string | ACTIVE or INACTIVE |
cardCount | integer | Number of active cards issued under this product |
productId, pass it directly to POST /cards:
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.| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Program not found or belongs to another business |