If you check the developer console, you’ll see the error
IntegrationError: You should not use your secret key with Stripe.js. Please pass a publishable key instead.
This means your auth keys you set in your stripe integration are incorrect, and you entered the secret key where it’s asking for the publisable key instead
Changed the keys and everything worked great. Thank you.
I’ve got 2 more questions:
Is there a way to make the following work? (Step 3 Select Your Bundle > Essential)
If container is clicked and checkbox IS checked (checked by default) then add X product to cart
If container is clicked AND checkbox IS NOT checked (checked by default) then add Y product to cart
Is there a way to redirect the customer back to our form to complete their ID Verification (Step 4) and submit their form after they have paid using Stripe checkout?