Activate a card
This section describes how to activate a physical card when the card has been received.
For each product type, issuer has the flexibility to decide the card activation method:
CVV
Last 4 digits of the PAN
User Experience
The activation challenge (last four digits of the PAN or CVV) is captured securely by D1 SDK.
Flow
The user authenticates on the banking app and request to activate the card.
An internal call is made to the SDK
Capture securely the last 4 digits of the PAN
D1 BackEnd API
D1 validates the last 4 digits of the PAN with the one used to register card
D1 pushes card activation request to issuer backend
Sequence Diagram
Pre-requisites
Consumer, account and card already registered in D1
SDK is properly initialized
Issuer App called D1 SDK login API.
Required APIs
SDK
Last updated
Was this helpful?