302 ERROR – Logged in vs Logged Out
-
I believe the issue I am having is related to Stripe not being logged in? So when the API/webhook tries to communicate with the website it is immediately redirected (302 error on Stripe Dashboard) to the /accounts/ page and not the /store-manager/settings page because they are not logged in. Is it possible that someone can help me identify what I need to do to resolve this?????
On my site, I have Stripe API & Webhooks. All are correct.
Subscriptions fire without issue, because there is no redirect needed. And it uses the API’s located in Membership>>Settings instead. Logged in & non-logged in users view the same page when setting up User Account.
The Settings>>Payments settings specifically are for setting up Payments for Vendors via Stripe Integration.
With the webhook that ends in /store-manager/settings – it will redirect Stripe (3rd party that IS NOT LOGGED IN) to /accounts/ and cause a 302 error Webhook regarding when Users link through Stripe CONNECT because Stripe does NOT like redirects at all!
This causes our webhook located in Stripe Dashboard>>Developer>>Webhook to fail 100% of the time. It is setup exactly like the WCFM documentation.
This article (linked below) suggests that perhaps a listener can be added to resolve the issue.
https://stackoverflow.com/questions/47004417/stripe-webhook-test-error-302Any help is appreciated!
- The topic ‘302 ERROR – Logged in vs Logged Out’ is closed to new replies.