3

Stripe.js won't process my test payments. It's giving the error: you can only make test charges right now.

What causes this?

Jephron
  • 2,652
  • 1
  • 23
  • 34

1 Answers1

0

The problem was that my app was running in its production configuration and was using my live key in the Stripe form. Switching to the test key fixed the error.

Jephron
  • 2,652
  • 1
  • 23
  • 34