List programs
List Programs
List the card programs associated with your business. GET /programs. Requires programs:read scope.
GET
List programs
Overview
Returns all card programs associated with your business in the current environment. A Card Program defines the contractual terms and limits negotiated between your business and FYATU — including supported card brand, currency, spending limits, and balance thresholds. Programs are created and configured by the FYATU team. This endpoint lets you read your program configuration via the API.Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Results per page (max 100) |
offset | integer | 0 | Number of records to skip |
status | string | — | Filter by status: ACTIVE, PAUSED, CLOSED |
Example
Success Response (200)
Field Reference
| Field | Description |
|---|---|
programId | Unique program identifier (prefix prg_) |
cardType | Always VIRTUAL |
cardBrand | VISA or MASTERCARD |
currency | ISO 4217 currency code for cards issued under this program |
status | ACTIVE, PAUSED, or CLOSED |
limits.spendingLimitPerCard | Maximum lifetime spend allowed per card |
limits.monthlySpendingLimit | Maximum spend across all cards in a calendar month |
limits.maxCardLoad | Maximum single load amount per card (null = unlimited) |
limits.maxCardUnload | Maximum single unload amount per card (null = unlimited) |
lowBalanceThreshold | Program ledger balance that triggers a PROGRAM_BALANCE_LOW webhook event |
stats.totalCards | Total number of cards ever issued under this program |
stats.totalCardholders | Total number of unique cardholders |
stats.totalTransactions | Total number of transactions processed |
stats.totalSpend | Cumulative spend across all cards |
kycMode | KYC verification mode for cardholders: MANAGED (Fyatu-managed async KYC), SHARED (your pre-verified docs, instant APPROVED), or MINIMAL (no KYC, instant WAIVED) |
activatedAt | When the program was activated; null if not yet active |
pausedAt | When the program was last paused; null if never paused |
closedAt | When the program was closed; null if not closed |
Most businesses have one active program per environment. Multiple programs may exist if your business has separate agreements for different card brands or currencies.
Error Codes
| Code | HTTP | Cause |
|---|---|---|
INSUFFICIENT_SCOPE | 403 | Key lacks programs:read scope |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Filter by status
Available options:
ACTIVE, PAUSED, CLOSED 
