- Use Layer’s Plaid connection - Layer manages the Plaid relationship on your behalf. Best if you don’t already integrate with Plaid.
- Use your own Plaid connection - Keep your existing Plaid relationship and grant Layer access to the data.
Use Layer’s Plaid connection
Your customers link their accounts through a Layer-powered flow, and Layer handles credential management, connection health, and data ingestion. You can present the linking flow in two ways:Embedded components
Drop Layer’s prebuilt, white-labeled account linking component into your app.
Custom Plaid Link UI
Build your own account linking experience on top of Plaid Link, powered by Layer’s Plaid connection.
Use your own Plaid connection
If your platform already integrates with Plaid, you don’t need to ask customers to link their accounts again. Grant Layer access to your existing Plaid data using processor tokens.1
Create a processor token
Link a customer’s bank account with Plaid as usual, obtaining an
access_token. Then create a processor token for each account via Plaid’s /processor/token/create endpoint, specifying layer as the processor.Request
2
Attach the tokens to a business
Pass the processor tokens when creating a business, or update an existing business with them. Layer begins ingesting data from the associated accounts immediately.
Request