TomorrowIdeas / plaid-sdk-php

PHP bindings for the Plaid API
MIT License
111 stars 42 forks source link

Plaid Income Verification API Error: No case in PaneSelector for beta_upload #46

Closed tausif-ahmed closed 2 years ago

tausif-ahmed commented 2 years ago

Hello @all,

I am using Plaid IncomeVerification API: https://plaid.com/docs/api/products/#incomeverificationcreate

The Steps I'm following are:

Step-1: Calling API: /income/verification/create to get the income_verification and request_id.

Step-2: After getting the income_verification_id from step-1, calling API: /link/token/create to get the link_token.

Step-3: After getting the link_token from step-2. On the client-side, using the link_token to initialize the Link.

Step-4: It opens a Plaid popup but shows an error when I try to upload a paystub(see screenshot).

Anyone facing the same problem? Please let me know the solution

Thanks in advance

paid-income-error

brentscheffler commented 2 years ago

Are these calls being proxied to your own service that uses the plaid-sdk-php? Or are you connecting directly to Plaid?

brentscheffler commented 2 years ago

I believe this issue is for the React/JS SDK. Closing issue due to non-response.