You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calypso.card.card.CalypsoCard interface doesn't offer a method for directly retrieving the current value of a card's transaction counter: this could be particularly useful for Basic-type products with a limited lifetime, in order to know the number of possible remaining transactions.
Currently, it is possible to retrieve the transaction counter value only if a secure session has just been closed, by parsing the audit data using calypso.card.transaction.TransactionManager.getTransactionAuditData()
→ CNA thus plan to add in a future evolution of the Calypso Card API, a high-level method for directly recovering the transaction counter value.
The text was updated successfully, but these errors were encountered:
The calypso.card.card.CalypsoCard interface doesn't offer a method for directly retrieving the current value of a card's transaction counter: this could be particularly useful for Basic-type products with a limited lifetime, in order to know the number of possible remaining transactions.
Currently, it is possible to retrieve the transaction counter value only if a secure session has just been closed, by parsing the audit data using calypso.card.transaction.TransactionManager.getTransactionAuditData()
→ CNA thus plan to add in a future evolution of the Calypso Card API, a high-level method for directly recovering the transaction counter value.
The text was updated successfully, but these errors were encountered: