#paul_03609
1 messages · Page 1 of 1 (latest)
If you go to "developers" tab
https://dashboard.stripe.com/developers
You'd see an API keys section. Each account is configured with Test mode and live mode.
Test mode is used for development and live mode is used for live payments. Each mode will have a set of Publishable and Secret keys
Test mode keys will have following format:
pk_test_xxxx (publishable key)
sk_test_xxxx (secret key)
Live mode keys will have following format:
pk_live_xxxx
sk_live_xxxx
You can toggle between test mode and live mode using the test mode switch
hanzo your a legend! Thank you