get Details
abstract suspend fun getDetails(cardId: String, scaDetails: ScaAuthenticationEventRequest? = null): CardSensitiveDetails
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.
Return
A newly created CardSensitiveDetails object.
Parameters
card Id
Card identifier.
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.