POST
Activate a card
Activates a CREATED card so it can be used. Some providers want the card’s last 4 digits as the truncatedPan query param — read them from the masked PAN on Get card details (or from what the user types off the physical card). Returns the new status.

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.

cardId
string
required

The card id from create / get cards.

Query Parameters

truncatedPan
string

Optional. The card's last 4 digits, for provider verification.

Response

The card's new status

success
boolean
Example:

true

data
object