v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Card

Get card program

Get card program.

get/v1/card_programs/{card_program_token}

Path parameters

card_program_tokenstring uuid required

Globally unique identifier for the card program.

Response

OK

account_level_management_enabledboolean required

Whether the card program is participating in Account Level Management. Currently applicable to Visa card programs only.

cardholder_currencystring nullable

3-character alphabetic ISO 4217 code for the currency of the cardholder.

createdstring date-time required

Timestamp of when the card program was created.

namestring required

The name of the card program.

pan_range_endstring required

The first digits of the card number that this card program ends with.

pan_range_startstring required

The first digits of the card number that this card program starts with.

settlement_currenciesstring[]

List of 3-character alphabetic ISO 4217 codes for the currencies that the card program supports for settlement.

tokenstring uuid required

Globally unique identifier.

Example response

{
  "cardholder_currency": "USD",
  "name": "My Prepaid Program",
  "pan_range_end": "52304803",
  "pan_range_start": "52304803",
  "settlement_currencies": [
    "USD",
    "CAD"
  ]
}