CollectBankAccountLauncher

API to collect bank account information for a given PaymentIntent or SetupIntent.

use CollectBankAccountLauncher.create to instantiate this object.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun presentWithDeferredPayment(publishableKey: String, stripeAccountId: String? = null, configuration: CollectBankAccountConfiguration, elementsSessionId: String, customerId: String?, onBehalfOf: String?, amount: Int?, currency: String?)
Link copied to clipboard
abstract fun presentWithDeferredSetup(publishableKey: String, stripeAccountId: String? = null, configuration: CollectBankAccountConfiguration, elementsSessionId: String, customerId: String?, onBehalfOf: String?)
Link copied to clipboard
abstract fun presentWithPaymentIntent(publishableKey: String, stripeAccountId: String? = null, clientSecret: String, configuration: CollectBankAccountConfiguration)
Link copied to clipboard
abstract fun presentWithSetupIntent(publishableKey: String, stripeAccountId: String? = null, clientSecret: String, configuration: CollectBankAccountConfiguration)
Link copied to clipboard