get Details Async
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
card Id
Card identifier.
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.