Get details of a specific card program by ID. GET /programs/. 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.
| Parameter | Type | Description |
|---|---|---|
programId | string | The card program ID |
| Field | Type | Description |
|---|---|---|
programId | string | Unique program identifier |
name | string | Program name |
status | string | ACTIVE or INACTIVE |
supportedSchemes | array | Card brands supported: VISA, MASTERCARD |
supportedCurrencies | array | Currencies supported: USD, EUR |
productCount | integer | Number of card products in this program |
createdAt | string | Program creation timestamp |
| Code | Description |
|---|---|
RESOURCE_NOT_FOUND | Program not found or belongs to another business |