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.

NFC Wallet SDK (Android) v6.14.0

Supported platforms and architectures

  • Android 8.1 or later

  • Architectures: arm64-v8a, armeabi-v7a, x86_64, and x86

✨ New Features

  • Add support for wallet transaction data for PURE.

  • Support yellow flow for Visa/PURE co-badged cards.

🐛 Bug Fixes

  • Fix a crash that occurred while decoding the activation code.

  • Fix Visa ODA GPO values, including AIP and AFL, to load from the profile as defined in Visa specification 1.8.4 instead of from hardcoded native values.

  • Fix a NullPointerException in EnrollingServiceListener.onError().

  • Fix a NullPointerException during processIncomingMessage() when context is null.

  • Fix handling of default walletTransactionData when walletTransactionData is passed in ephemeral mode.

  • Fix memory leaks in SDK listeners.

  • Fix getAllCards() to skip corrupted cards.

  • Fix extra card polling when card enrollment fails in yellow flow.

  • Fix removal of missing card data when a co-badge card is deleted.

🔧 Improvements

  • Add new API LogService to manage logs.

  • Update API to manage wallet transaction data.

⚠️ Deprecations & Breaking Changes

  • Secure logger API is deprecated. Use the LogService API to manage logs

  • API to manage wallet transaction data has been updated. The following operations are now deprecated:

    • DigitalizedCard.setWalletTransactionData(WalletTransactionData)

    • DigitalizedCard.getWalletTransactionData()

    • PaymentBusinessService.setWalletTransactionData(WalletTransactionData)

Last updated

Was this helpful?