Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

See Green flow user experience.

Sequence diagram

Green flow digitization sequence

Integrate SDK

After you Check card eligibility:

  1. Call CardDigitizationService.digitizeCard().

    Include an authenticationToken generated by your digital wallet backend.

  2. 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 digitizationApproved event.

The example below shows how to start digitization and handle the green flow outcome.

Last updated

Was this helpful?