List products
Products
List Products
List all card products associated with your business. GET /products. Requires accounts:read scope.
GET
List products
Overview
Returns all card products associated with your business across all programs. A Card Product is a specific card configuration within a program — it defines the card scheme (VISA/Mastercard), card type (Consumer/Corporate), the feature set available to cards issued under it, and the lifecycle controls enforced at issuance and funding time. Products are shared resources: they are always read from the LIVE database regardless of whether your API key is LIVE or SANDBOX. You can create products viaPOST /programs/:id/products and manage their lifecycle with the archive and activate endpoints.
Query Parameters
Example
Success Response (200)
Field Reference
Core Fields
features Object
controls Object
Products are always read from the LIVE database, even when using a SANDBOX API key. Use
GET /programs/:id/products to list products scoped to a specific program.Error Codes
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Query Parameters
Results per page
Required range:
1 <= x <= 100Number of records to skip
Required range:
x >= 0
