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