Using Layer’s Plaid connection
If your platform does not already have a Plaid integration, you can utilize Layer’s Plaid connection to import to your customers’ external bank accounts and credit card data. Layer will manage all aspects of the Plaid integration on your behalf. To start importing customers’ bank accounts and credit cards into Layer, embed Layer’s Bank Linking react component within your product. This component manages all aspects Layer’s plaid connection and walks customers through the process of granting read-only access to their bank account and credit card activity. More detail on using Layer’s embedded UI components is available here.
Using your own Plaid connection
If your platform already has an integration with Plaid, you can grant Layer access to your existing Plaid data through Plaid’s processor token functionality.Creating processor tokens
First, link a customer’s bank account with Plaid as normal, obtaining anaccess_token
.
Next, use the access_token
and the account_id
for an account to create a processor token via Plaid’s /processor/token/create endpoint.
Request
Response
Using Processor Tokens
After creating aprocessor_token
for each of the customer’s accounts, update customer’s business with the processor tokens to begin ingesting data from the associated accounts.
Request