Test Stripe JS Plugin in prod environment

Hi all,

I am using the stripe2.js plugin to collect one time payments. There are 2 api keys in the plugin setting, one for prod one for testing (main branch).

So far so good, The Testing process works, using the 4242..4242..credit card. Everything is coming through correctly. amount, description, currency code and so on.

My question is how can I test the production so I make sure if someone really wants to use the platform will be able to? Should I just create a product with the price of 1 USD and pay it to my self?

Thanks a lot!

1 Like

@adig Yes, you can test it out this way (not sure if there’s another way to test it). Although, if test environment is working clean, production will mirror it.