#Skammerens-test
1 messages · Page 1 of 1 (latest)
Hi! Stripe accounts have two mode: live and test. And we strongly recommend to do your tests in test mode by using the test API keys.
When you swap keys, you need to make sure you change both the public key and the secret key.
okay, so I'll simply create logic in our end to swap the keys - we're using Stripe Connect btw. Also, can we reuse the webhook setup for live payments as the same webhook for test mode?