#anoush_72862
1 messages · Page 1 of 1 (latest)
Sure, your integration would just manage the keys it uses on a per API request basis
is there another way to test stripe-related staff in production?
I don't understand the question
I want to test in a production environment and use live mode keys, so I cannot use test cards there. In that case, how can I test?
You shouldn't be testing in live mode, it's against the terms of using Stripe
There are test cards here that will simulate all payment failure scenarios you may see in live mode: https://stripe.com/docs/testing
I do not want to test Stripe. I want to test my app in production. I want to test different scenarios (for example trial, subscribed, canceled) in my app on production. But there I use Stripe live mode.
Then just use your test keys in your production deployment
That's the only way to do what you describe
ok