improved
Activate cards using last four digits
February 15th, 2023
We are introducing a new way to activate physical cards. Instead of dedicated activation codes that need to be added to the card carrier you can activate cards via API based on the last four digits of the card's PAN.
Using refNum to activate physical cards
Previously it has only been possible to activate physical cards with a dedicated activation code that was provided by the card manufacturer when shipping the cards. This special (one-time) activation code needs to be added to the card carrier (e.g. sticker) and is sometimes overlooked by end users.
To address this issue we are enhancing our POST /cards/{cardId}/activate endpoint with a way to activate cards based on the last four digits of the PAN (which in our API we call refNum
)
- Added a request body property called
activationMethod
with allowed ENUM valuesactivationCode
&refNum
- Allowed to provide
activationCode
values with 4 digits (previously 6 digits)
This applies to cards with the following TYPE
s:
PHYSICAL
BLACK