CardPresentParameters

class CardPresentParameters

Card present configuration for this PaymentMethod. Card Present

To create an instance of this class, use the CardPresentParameters.Builder

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val captureMethod: CardPresentCaptureMethod?

Capture method of a card-present payment method option.

Link copied to clipboard
val requestExtendedAuthorization: Boolean?

Using the extended authorizations feature, users in eligible categories can capture up to 31 days later, depending on the card brand. See extended authorizations

Link copied to clipboard
val requestIncrementalAuthorizationSupport: Boolean?

Allows you to increase the authorized amount on a confirmed PaymentIntent before you capture it. This means you can update the amount on a payment if the estimated price changes or goods and services are added. Before capture, each incremental authorization appears on your customer’s credit card statement as an additional pending charge. See incremental authorizations

Link copied to clipboard
val routing: CardPresentRoutingOptionParameters?

Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.