FinancialConnectionsSheet

final public class FinancialConnectionsSheet

A drop-in class that presents a sheet for a user to connect their financial accounts. This class is in beta; see https://stripe.com/docs/financial-connections for access

Types

Properties

Init

Public

  • Presents a sheet for a customer to connect their financial account.

    Declaration

    Swift

    public func present(from presentingViewController: UIViewController,
                        completion: @escaping (Result) -> ())

    Parameters

    presentingViewController

    The view controller to present the financial connections sheet.

    completion

    Called with the result of the financial connections session after the financial connections sheet is dismissed.