So i’ve created a ecommerce site, bought a hosting package and successfully connected my Stripe account.
Before launching it live, I would like to try the whole process from adding a product to the cart till getting a conformation email.
I saw Stripe has a test mode where they gave me a few dummy CC details to play with.
Can anyone help me how to actually implement it to my project?
At this time, setting up a testing environment with Stripe is not as easy as it sounds. A lot goes into configuring the testing environment with a full site. What I would recommend doing is creating a single item product with no shipping and set the value at $1 (which is the min) and use that like your product for testing.
Lastly, Stripe provides dummy CCs that can be used that won’t actually charge to anyone and you can use this to test how the checkout process is. Stripe Checkout | Stripe Documentation
Do you mean using these test cards on our live webflow ecommerce site?
I’m trying to use them but it’s failing out.
EDIT - I just created a $0 product that skips the payment processor side of things so that’ll do for now (as I’m actually testing for the order confirmation URL schema).
Just looking to bump this post as that feature is key when testing more complex integrations, such as zapier connections and webhooks, etc. Any kind of update on why using the testing CC’s fail would be greatly appreciated!
Edit: Only just realized this is from 2018 so my sincere apologies for bringing it back up, however the issue still exists
Yes Stripe does provide dummy CCs that can be used and won’t charge anything. In order to use them, stripe should be in test mode (aka: using the test key instead of the production key. And that’s it, that’s literally the only requirement).
What exactly do you mean by “configuring the testing environment”? Is it harder than creating individual accounts for your users?