CollectBankAccountLauncher
interface CollectBankAccountLauncher
API to collect bank account information for a given PaymentIntent or SetupIntent.
use CollectBankAccountLauncher.create to instantiate this object.
Functions
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)