Skip to main content
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

Example

Success Response (200)

Field Reference

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

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
status
enum<string>

Filter by status

Available options:
ACTIVE,
PAUSED,
CLOSED

Response

Programs retrieved

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Programs retrieved"

data
object[]
pagination
object
meta
object