TomorrowIdeas/plaid-sdk-php

Automatically launch on the credentials pane during link update mode

brycematheson opened this issue · 2 comments

On this page in the Plaid documentation, it talks about during Plaid Link Update mode, you can configure the application to automatically launch on the credentials page of the given institution:

https://support.plaid.com/hc/en-us/articles/360010529653-Updating-Items-via-Plaid-Link

image

Does this SDK support this capability?

Yes it does! When calling the createLinkToken method, pass the in the $access_token of the Item that needs refreshing/updating.

Thank you very much! Appreciate the prompt response as well. This is exactly what I was looking for.