GET
Get card options
Returns the card products available for this account — use a returned name as the cardName when creating a card. What’s available depends on the account’s tier and type and your program’s card setup, so call this rather than hard-coding product names.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's id.

accountId
string
required

The account the card belongs to. A customer can have several accounts; cards are issued against one.

Response

Available card products

success
boolean
Example:

true

cardOptions
object[]