SetupIntentCardPresentDetails

@Serializable
data class SetupIntentCardPresentDetails

SetupIntentCardPresentDetails contains payment method details for a payment method of type CARD_PRESENT specifically for SetupIntent transaction.

It's different from CardPresentDetails. Because in Proto SetupAttempt, fields of PaymentMethodDetails are different from ones of CardPresentDetails

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Properties

Link copied to clipboard
val emvAuthData: String? = null

The EMV auth data string of the payment method used

Link copied to clipboard

The ID of a generated card that can be used for recurring charges

Link copied to clipboard

Full payment method object of the generated card from the API.