v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Cards

Activate Physical Card

Activate a specific, physical credit card. You can chose between two activation methods: activationCode and refNum. To activate physical cards on the sandbox environment, use 999999 or the refNum of the card (available via Card Details) as the activation code. Virtual cards are activated automatically upon creation (if the cardholder is active) and do not require manual activation.

post/cards/{cardId}/activate

Path parameters

cardIdstring uuid required

The unique identifier of the card.

Request body

activationCodestring required

The 6-digit activation code or the last 4-digits of the card (called refNum).

Response

Ok