stripe-ios/StripeFinancialConnections
kgaidis-stripe b162db68eb
Financial Connections: fixed an issue where pane parameter sometimes was not set for some analytics. (#2651)
2023-06-14 09:41:30 -04:00
..
StripeFinancialConnections Financial Connections: fixed an issue where pane parameter sometimes was not set for some analytics. (#2651) 2023-06-14 09:41:30 -04:00
StripeFinancialConnectionsTests Financial Connections: modified fonts and spacing (#2542) 2023-05-23 09:50:00 -04:00
Project.swift Use tuist to generate xcode projects (#2102) 2022-12-20 12:55:37 -08:00
README.md Switch to DocC, miscellaneous release improvements (#2184) 2023-01-04 09:18:54 -08:00

README.md

Stripe Financial Connections iOS SDK (Beta)

Stripe Financial Connections iOS SDK lets your users securely share their financial data by linking their external financial accounts to your business in your iOS app.

Table of contents

Features

Prebuilt UI: We provide FinancialConnectionsSheet, a prebuilt UI that combines all the steps required for your users to linking their external financial accounts to your business.

Data retrieved through Financial Connections can help you unlock a variety of use cases, including:

  • Tokenized account and routing numbers let you instantly verify bank accounts for ACH Direct Debit payments.
  • Real-time balance data helps you avoid fees from insufficient funds failures before initiating a bank-based payment or wallet transfer.
  • Account ownership information, such as the name and address of the bank accountholder, helps you mitigate fraud when onboarding a customer or merchant.
  • Transactions data that you can use to help users track expenses, handle bills, manage their finances, and take control of their financial well-being.
  • Transactions and balance data helps you speed up underwriting and improve access to credit and other financial services.

Requirements

The Stripe Financial Connections iOS SDK is compatible with apps targeting iOS 12.0 or above.

Getting started

Integration

Get started with Stripe Financial Connections 📚 iOS integration guide and example project, or 📘 browse the SDK reference for fine-grained documentation of all the classes and methods in the SDK.

Example

Financial Connections Example This example demonstrates how to let your user link their external financial accounts.

Manual linking

If you link the Stripe Financial Connections library manually, use a version from our releases page and make sure to embed all of the following frameworks:

  • StripeFinancialConnections.xcframework
  • StripeCore.xcframework
  • StripeUICore.xcframework