Skip to main content
GET
/
programs
/
{programId}
Get Card Program
curl --request GET \
  --url https://api.fyatu.com/api/v3.20/programs/{programId} \
  --header 'Authorization: Bearer <token>'
{}

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.

Overview

Returns the full details of a single card program, including its configuration and associated product count.

Path Parameters

ParameterTypeDescription
programIdstringThe card program ID

Response Fields

FieldTypeDescription
programIdstringUnique program identifier
namestringProgram name
statusstringACTIVE or INACTIVE
supportedSchemesarrayCard brands supported: VISA, MASTERCARD
supportedCurrenciesarrayCurrencies supported: USD, EUR
productCountintegerNumber of card products in this program
createdAtstringProgram creation timestamp

Error Codes

CodeDescription
RESOURCE_NOT_FOUNDProgram not found or belongs to another business

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /auth/token

Path Parameters

programId
string
required

Response

Program retrieved

The response is of type object.