---
title: "Retrieve available card programs"
method: GET
path: "/v3/spend/profiles/{profileId}/card-orders/availability"
tags: ["card-order"]
---

# Retrieve available card programs

`GET /v3/spend/profiles/{profileId}/card-orders/availability`

Retrieves the list of available card programs for each `profileId`.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

OK - Successfully retrieved available card programs.

- object
  - `cardPrograms` object[] — List of available card programs. A Card Program is what Wise refers to all the cards that you will be issuing with us, grouped by product type and by issuing country.
    - `name` string — The name of the card program.
    - `scheme` 'MASTERCARD' | 'VISA' — The network of the card program: - `MASTERCARD` - `VISA`
    - `defaultCurrency` string — The default currency assigned to the card program.
    - `cardType` 'VIRTUAL_NON_UPGRADEABLE' | 'PHYSICAL' — The type of the card: - `VIRTUAL_NON_UPGRADEABLE` - `PHYSICAL`

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
