Green flow digitization
Overview
Green flow is a Tokenization flow where the issuer backend approves Tokenization without step-up authentication.
This flow is common when the NFC Wallet SDK is integrated in the issuer application and the end user is already authenticated in-app.
User experience
Sequence diagram
Integrate SDK
After you Check card eligibility:
Call
CardDigitizationService.digitizeCard().Include an
authenticationTokengenerated by your digital wallet backend.If Tokenization is approved with no conditions (green flow):
The NFC Wallet SDK provisions the digital card and payment keys on the device.
When provisioning succeeds, the SDK emits the
digitizationApprovedevent.
The example below shows how to start digitization and handle the green flow outcome.
Last updated
Was this helpful?