travoltron / plaid

Laravel specific wrapper for Plaid
MIT License
28 stars 11 forks source link

Upgrade from legacy API #11

Open designloud opened 7 years ago

designloud commented 7 years ago

I was receiving the following error: array:4 [ “code” => 1114 “message” => “unauthorized environment” “resolve” => “Your Client ID is not authorized to access this API environment. Contact support@plaid.com to gain access.” “access_token” => array:1 [ “error” => “Cannot POST /item/public_token/exchange” ] ]

I reached out to plaid support and got the following response:

Due to your account being instated after March 9th of this year, which was the cutover date from our legacy to current API, you will only have access to make calls using the current API. I’ve reviewed the wrapper that you are working with, and since it doesn’t look like it has been updated in over a year, it most likely isn’t compatible with the new version.

Are there any plans to upgrade this package to use the latest API instead of legacy?