API Reference
- Search financial accounts:
GET /bank-linking/accounts - Get a specific financial account:
GET /bank-linking/accounts/{accountId}
Overview
Each checking or savings account is assigned a unique account number and routing number.- Account number — Identifies your customer’s unique bank account. Typically a 10–12 digit string that tells the bank which account to withdraw funds from or deposit funds in.
- Routing number — A nine-digit number that financial institutions use to identify other financial institutions. It indicates which bank holds your customer’s financial account.
Use cases
There are many use cases that require a customer’s account and routing number, such as:- Your app allows users to cash out a credit balance to a bank account.
- Your app allows users to pay you directly from their checking or savings account.
- Your app allows an end-to-end ACH transfer.
Account authentication generally supports checking and savings accounts only.
Account authentication data
When calling the financial account endpoint, you can access theaccountNumber and routingNumber for that account. See Retrieving Connection Data for an example.