FinancialConnectionsSheet
A drop in class to present the Financial Connections Auth Flow.
This must be called unconditionally, as part of initialization path, typically as a field initializer of an Activity or Fragment.
Types
Link copied to clipboard
data class Configuration(val financialConnectionsSessionClientSecret: String, val publishableKey: String, val stripeAccountId: String? = null) : Parcelable
Configuration for a FinancialConnectionsSheet
Functions
Link copied to clipboard
Present the FinancialConnectionsSheet.