REMINDER
Error / STripe
-
Hello, I wanted to test the Stripe plug-in to see if I could make a commercial site but I was billed without understanding !!! how to do, I have not validated the project with the client yet !
Thanks for your answer ! -
Hello Katya,
If you want to test stripe button/payments, you must go to your STRIPE dashboard ->developers-> API Keys and switch to "view test data". You will see your 2 API keys are now starting with pk_test_.......... and sk_test_............ Copy them to your button configuration on your website and you can do test payments using those test card numbers:
No authentication (default U.S. card): 4242 4242 4242 4242.
Authentication required: 4000 0027 6000 3184Once everything ok, switch back to live API keys (pk_live_....... and sk-live_.....)
You can find more info here [https://stripe.com/docs/testing]
Hope that helps. -
Thank you I'll try !