WalletCheckoutPaymentConfirm

data class WalletCheckoutPaymentConfirm(val id: String, val secureCode: String, val scaDetails: ScaAuthenticationEventRequest? = null)

Data class representing the request to confirm a payment.

Constructors

Link copied to clipboard
constructor(id: String, secureCode: String, scaDetails: ScaAuthenticationEventRequest? = null)

Properties

Link copied to clipboard
val id: String

The unique identifier of the checkout session.

Link copied to clipboard

SCA authentication details, including information about the authentication process. It should be included in the request of any wallet operation that requires it due to PSD2 regulatory requirements.

Link copied to clipboard

The secure code for the sessionId.