-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exchange Token Endpoint is Broken #9
Comments
Which branch did you install from? 2.0 is under some heavy modification all over the place, so it may be a little wonky. In the meantime, I'll take a look at that endpoint and see if I can patch that for you. |
Master branch. It looks like all the endpoints need to change. I would take a look at that. It's my first time working with Plaid, so I'm not sure if they pushed breaking changes. I also didn't need to call the tartan URI in config, and I changed that to sandbox. The sample JS they provide on their site to launch Link uses the sandbox environment. The token can only be exchanged using the sandbox URI on the server side, and using my own client_id and secret vars. |
Yeah, looks like I'm operating on a legacy branch. This all is a wholesale change, with each product now being a distinct |
FWIW, I didn't get any notice from Plaid and I use their API in two different projects, and my existing connection works without trouble. But these all represent breaking changes. However, they've been nothing short of amazing to work with thus far. |
Interesting. I definitely got it working by adjusting these settings. It's possible they may have a legacy API that still works for older customers. |
No doubt, otherwise I'd have many other fires burning...
Oh well, time to revamp.
…On Mar 26, 2017 5:58 PM, "Scott Weiner" ***@***.***> wrote:
Interesting. I definitely got it working by adjusting these settings. It's
possible they may have a legacy API that still works for older customers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AChkMmhAC9Jhb47LmwVEK1yqL2CiFoh2ks5rpt-JgaJpZM4Mpfkc>
.
|
The exchangeToken endpoint should point to: "item/public_token/exchange" not "exchange_token". I assume the API changed at some point.
The text was updated successfully, but these errors were encountered: