username
and password
, and also an api_key
to call our API.item_id
s and access_token
s in your system.end_user_id
.client_id
and secret
.
:::note
Ensure the secret
is for the environment (Development, Sandbox, Production) you intend to use
:::
webhook
parameter of
/link/token/create
to the webhook URL. (Alternatively, if you want to keep your webhook
handling, forward all Plaid incoming webhooks including headers to the
webhook URL)
/link/token/create
endpoint, you must now include the transactions.days_requested field to specify the desired historical transaction length. The default is 90 days, but you should now set the transaction.days_requested field to 730 days.
/item/public_token/exchange
send the resulting Plaid item_id
and access_token
, along with your
end_user_id
as a POST
request to the link URL, documented
here.