Green flow digitization
Last updated
Was this helpful?
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.
See Green flow user experience.
After you Check card eligibility. Implement MGDigitizationListener to track digitization progress and then:
Call MGCardEnrollmentService.digitizeCard(...)
Include an authenticationToken generated by your digital wallet backend.
You should provide a reference of your MGDigitizationListener
If Tokenization is approved with no conditions (green flow), the SDK emits theses callbacks:
onCPSActivationCodeAcquired
You receive the activationCode to start the secure provisioning.
See Trigger provisioning.
onComplete
Digitization steps is completed successfully.
The Tokenization is completed when the provisioning session is completed
Check callback EnrollingServiceListener.onComplete() as described in Trigger provisioning
Last updated
Was this helpful?
Was this helpful?