Skip to content
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

InstitutionsGetRequest does not work for US #658

Open
cookiejest opened this issue Jan 17, 2025 · 1 comment
Open

InstitutionsGetRequest does not work for US #658

cookiejest opened this issue Jan 17, 2025 · 1 comment

Comments

@cookiejest
Copy link

Hi, the InstitutionsGetRequest does not work when using the us country code but it works for all other country codes. When using postman the us institutions are returned so it is an issue specific to this plaid-node binding.

      const request: InstitutionsGetRequest = {
        count: 10,
        offset: 0,
        country_codes: [CountryCode.Us],
      };

@phoenixy1
Copy link
Contributor

phoenixy1 commented Jan 17, 2025

Can you clarify what you mean by "doesn't work"? What happens when you do this? If there is an error, can you provide it? What version of the client library are you using? Is this in Sandbox or Production?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants