Rent Reporting-as-a-Service
Software Development Kit
Plaid Processor Token Integration
1min
Using the Plaid processor token allows Boom to get access to customer transactional data without having customers connect to Plaid within the Boom SDK.
Follow these 8 steps to integrate with Boom using the Plaid processor token:
- Create Boom customer
- Login through iframe by passing ?token=<auth_token>
- Receive plaid_link_handoff event. It will contain the source parameter. Close the SDK. You'll need it to reopen the SDK on the page where the user left off.
- Create a Plaid link token. Open Plaid in your app as usual.
- On success, call the plaid exchange token in your API
- Make sure you're using the latest version of Plaid. Otherwise processor: "boom" will not be registered in Plaid's enum
- Open Boom SDK with source URL and token passed to get params
Updated 31 Oct 2024
Did this page help you?