WP Super Cache causes API errors with Stripe on Formidable forms
-
Using Formidable forms with the Stripe payment addon, and discovered that a form submission was causing an API error with Stripe. Contacted the developers of Formidable forms, and they suggested turning off plugins one at a time. WP Super cache seems to be the one causing the error.
Typically, one submission goes through fine, then if try to do a second submission, it errors out and puts an API call error in the browser console. Clear out the cache, and then you do one more submission, but then it errors out on the second try again. This behavior is repeatable.
I’m guesssing there’s some option in the advanced settings of WP Super Cache that is causing the issue. Here is the API error in the console:
Failed to load resource: the server responded with a status of 400 () api.stripe.com/v1/payment_intents/pi_1HKWgGHjIinhTH6WHopesgw3/confirm:1
Deactivating WP Super Cache and I can do multiple submission in a row with no errors.
- The topic ‘WP Super Cache causes API errors with Stripe on Formidable forms’ is closed to new replies.