Those messages are coming directly from WooCommerce when it validates the checkout page fields before creating the order object. This isn’t being caused by an issue with our Stripe plugin.
I see several issues with your checkout page that are causing issues.
Your theme is modifying the checkout page incorrectly. WooCommerce requires that the checkout form has the class checkout but it’s missing on your page. That will cause issues.
You have duplicate HTML elements like the the billing first and last name.
When choosing a theme or customizing a theme, it’s important that the WooCommerce standards are followed to prevent unexpected behavior.
Thank you for your reply, I am using Divi and have not made any changes to the Woocommerce checkout page. The only update that has been made to my site has been to update this plugin since the Google glitch. No other changes have been made at all which is why I am reaching out to you.