Rent Reporting-as-a-Service
Software Development Kit
Plaid Processor Token Integration
1 min
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 in exchange endpoint, create https //github com/boompay/sdk integration sample/blob/e2398e80590cb8743a0ce2914a7f3b21cee64cd4/server/routes/plaid ts#l101 make sure you're using the latest version of plaid otherwise processor "boom" will not be registered in plaid's enum pass processor token to https //github com/boompay/sdk integration sample/blob/e2398e80590cb8743a0ce2914a7f3b21cee64cd4/server/routes/plaid ts#l120 /partner/v1/customers/${boomcustomerid}/partner/plaid/link open boom sdk with source url and token passed to get params
