I need to implement the Stripe Checkout button for my client and so far we got it to partially work with their embed code (tutorial here: [TUTORIAL] STRIPE CHECKOUT - I made it work!).
The issue is coming up when I’m taken to the Stripe checkout page and trying test cards to see if it all works. Although all the test card info is correct and I enter the email, it gives two errors - “card declined” and “email required”.
Thanks man! Was able to sort it out exactly this way, through “test data”, Stripe support helped out
So yeah, if anyone wonders why it’s not working - test cards are only working with test mode. Once your plan/product is created in Stripe - just switch to “View test data” and copy the correct code to Webflow, where the api key would start with pk_test_xxxx… instead of pk_live_xxxx…