getDetails

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

cardId

Card identifier.

scaDetails

An optional ScaAuthenticationEventRequest object with SCA confirmation information.