#rushikeshRL
1 messages · Page 1 of 1 (latest)
We have publishable key and secret key right?
But while moving our app to production (live mode) which keys are recommended? On stripe dashboard it shows 'for developers' as my account is developer account.
Each Stripe account has two types of keys:
- Test mode:
pk_test_xxxandsk_test_xxx - Live mode:
pk_live_xxxandsk_live_xxx
If you want to go to production, you need to use the live mode keys
You can learn more about this here: https://stripe.com/docs/keys