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
Example response
{
"data": [
{
"cardholder_currency": "USD",
"name": "My Prepaid Program",
"pan_range_end": "52304803",
"pan_range_start": "52304803",
"settlement_currencies": [
"USD",
"CAD"
]
}
]
}