BankConnectionsResourceLinkAccountSession
A Financial Connections Session is the secure way to programmatically launch the client-side Stripe.js modal that lets your users link their accounts.
Summary
Types
@type t() :: %Stripe.Resources.FinancialConnections.Session{ account_holder: term(), accounts: term(), client_secret: term(), filters: term(), id: term(), livemode: term(), object: term(), permissions: term(), prefetch: term(), return_url: term() }
account_holder- The account holder for whom accounts are collected in this session. Nullable. Expandable.accounts- The accounts that were collected as part of this Session. Expandable.client_secret- A value that will be passed to the client to launch the authentication flow. Max length: 5000. Nullable.filters- Expandable.id- Unique identifier for the object. Max length: 5000.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.object- String representing the object's type. Objects of the same type share the same value. Possible values:financial_connections.session.permissions- Permissions requested for accounts collected during this session.prefetch- Data features requested to be retrieved upon account creation. Nullable.return_url- For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app. Max length: 5000.