Automatically launch on the credentials pane during link update mode
brycematheson opened this issue · 2 comments
brycematheson commented
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
Does this SDK support this capability?
brentscheffler commented
Yes it does! When calling the createLinkToken
method, pass the in the $access_token
of the Item that needs refreshing/updating.
brycematheson commented
Thank you very much! Appreciate the prompt response as well. This is exactly what I was looking for.