#anoush_72862

1 messages · Page 1 of 1 (latest)

somber notchBOT
dawn frigate
#

Sure, your integration would just manage the keys it uses on a per API request basis

wraith quest
#

is there another way to test stripe-related staff in production?

dawn frigate
#

I don't understand the question

wraith quest
#

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?

dawn frigate
#

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

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.

wraith quest
#

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.

dawn frigate
#

Then just use your test keys in your production deployment

#

That's the only way to do what you describe

wraith quest
#

ok