Thank you for your quick reply! I’m now seeing an “Internal Server Error” on my WC checkout page after an order is placed – even though it is successfully reported to Stripe and WC.
You have been very helpful, though! After changing to a stripe custom form (instead of the payment form), payments started to work. But, this error is new. I found this related thread from your support forum (https://www.ads-software.com/support/topic/internal-server-error-624/) and I tried to add the following snippet:
remove_filter(‘woocommerce_payment_complete_order_status’, ‘wc_stripe_payment_complete_order_status’);
… But I still see the error… I also checked WC > Status > Logs, but didn’t see any ‘failure’ text. I’m selling a subscription using WC subscriptions and my WCS plugin is version 3.0.2. Why would I get this message after a successful order?`