Hi @ailaina123456,
Thank you for reaching out, and I’m sorry to hear that transactions placed using the Stripe for WooCommerce plugin are failing!
I only see one error in the error log:
resource_missing
That usually happens when a card is saved in one mode (test or live), and then the mode changes (from test to live, or vice versa).
The card is saved for the test (or live) mode in Stripe, and WooCommerce refers to that card using the tokens associated with that particular mode, however, the mode is switched, and the tokens sent to Stripe by your site can no longer be matched to a saved card, resulting in an error.
This should only affect users who placed orders on the site before the mode switch.
Can you please confirm if any errors occur when a new user places an order on the site? You can test this by placing an order as a guest in an incognito browser window, or creating a new account, logging in and paying as that user.
For existing users, the data that triggers this error can be removed from the database directly, or it might be possible to remove the saved payment method from the My Account >> Payment Methods page on your site.
Let us know how that goes!