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.

Get transaction history

Overview

With the transaction history you digital wallet application can support:

  • Transaction notifications

  • Transaction history refresh

SDK Integration

Transaction notification

To support transaction notifications, process TNS notifications (transactions) as described in Handle push notifications.

Get transactions

TransactionHistoryService retrieves both transaction history and transaction notification details from the NFC Wallet backend.

The transaction record contains the following information:

  • Transaction ID

  • Transaction date

  • Transaction type

  • Transaction status

  • Currency code

  • Amount and display amount

  • Merchant name

  • Merchant type

  • Merchant postal code

  • Terminal ID

  • Merchant ID

  • Primary or auxiliary card indicator (for co-badged cards)

Transaction history limits depend on the payment network:

  • Time window (for example, transactions from the last 30 days).

  • Maximum count (for example, the last 10 transactions).

The following code snippet demonstrates how to retrieve the transaction records:

For co-badged cards, isAuxiliaryTransaction indicates whether the record belongs to the auxiliary card.

Last updated

Was this helpful?