Search code examples
node.jsauthenticationstripe-paymentswebhooksplaid

Plaid with Stripte PRODUCT_NOT_READY 400 Error


I used ACH transfer with plaid and stripe my website.

Bank connections are currently working. However, after connecting their bank account, the user gets a 400 server error that prevents them from being redirected to the dashboard.

I believe the error code associated with this issue is PRODUCT_NOT_READY https://plaid.com/docs/errors/assets/#product_not_ready.

The server is a node server. I want to know how I can fix this error.

Regards


Solution

  • Are you tracking the webhook? It seems that the server will send you a WebHook to the endpoint and only after that the resource will be available.

    The Plaid server will send you a PRODUCT_READY webhook before you can call /asset_report/get