plaid / plaid-node

Node bindings for Plaid

Home Page:https://plaid.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find name 'Products'.

Paulsonbigi opened this issue · comments

Where is the Product object coming from please when trying to linkTokenCreate mwthods, Can anyone help out

@Paulsonbigi See documentation. Specifically for linkTokenCreate you need products = ['auth']

commented

Alternatively, const { Products } = require("plaid");