Stripe.js won't process my test payments. It's giving the error:
you can only make test charges right now
.
What causes this?
Stripe.js won't process my test payments. It's giving the error:
you can only make test charges right now
.
What causes this?
The problem was that my app was running in its production configuration and was using my
live
key in the Stripe form. Switching to thetest
key fixed the error.