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!