CollectBankAccountLauncher

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

use CollectBankAccountLauncher.create to instantiate this object.

Types

Link copied to clipboard
object Companion

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)