v66

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

List card programs

List card programs.

get/v1/card_programs

Query parameters

ending_beforestring

A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.

page_sizeinteger

Page size (for pagination).

starting_afterstring

A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.

Response

OK

has_moreboolean required

More data exists.

Example response

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