getDetailsAsync

open fun getDetailsAsync(cardId: String, scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CardSensitiveDetails>)

Asynchronously returns card sensitive information like full card number, CVV, expiry date, and card holder name.
This information is only available to PCI DSS Level 1 certified merchants.
Use getSecureDetailsFragment() to display card sensitive information if the merchant is not PCI DSS Level 1 certified.

Parameters

cardId

Card identifier.

scaDetails

An optional ScaAuthenticationEventRequest object with SCA confirmation information.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.