Builder
class Builder
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Obtain customer consent to save payment method details and set this field to reflect accordingly whether this payment method can be shown again to its customer in a checkout flow.
Link copied to clipboard
fun setEnableCustomerCancellation(enableCustomerCancellation: Boolean): CollectConfiguration.Builder
Whether to show a cancel button in transaction UI on Stripe smart readers.
Link copied to clipboard
fun setRequestDynamicCurrencyConversion(requestDynamicCurrencyConversion: Boolean): CollectConfiguration.Builder
Request Dynamic Currency Conversion for the presented payment method if available.
Link copied to clipboard
Display a notice on the reader collection screen to inform cardholders about surcharging on a transaction
Link copied to clipboard
fun setTippingConfiguration(tippingConfiguration: TippingConfiguration?): CollectConfiguration.Builder
Specify per-transaction tip configurations
Link copied to clipboard
Bypass tipping selection if it would have otherwise been shown. For more information, see the official Stripe docs: On Reader Tipping
Link copied to clipboard
Whether to immediately update the PaymentIntent upon collect.