SdkData
When confirming a PaymentIntent or SetupIntent with the Stripe SDK, the Stripe SDK depends on this property to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by the Stripe SDK.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class Use3DS2(val source: String, val serverName: String, val transactionId: String, val serverEncryption: StripeIntent.NextActionData.SdkData.Use3DS2.DirectoryServerEncryption, val threeDS2IntentId: String?, val publishableKey: String?) : StripeIntent.NextActionData.SdkData
Contains all parameters needed to perform a 3DS2 authentication.