Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Handle red flow

Overview

The red flow happens when the issuer backend declines Tokenization.

The decline is typically driven by risk rules or program policy.

When this happens, the application must display a decline message to end user.

Sequence diagram

Red flow: the issuer backend declines Tokenization and the NFC Wallet SDK emits digitizationDeclined.

Integrate SDK

After you Check card eligibility:

  1. Call CardDigitizationService.digitizeCard().

  2. Listen to CardDigitizationService.eventStream.

  3. When the NFC Wallet SDK emits digitizationDeclined:

    • Stop the digitization flow.

    • Display a decline message.

    • Offer a retry path (optional).

Last updated

Was this helpful?