#Debjeet
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
You need to do the same for the live mode, create a live API key and use it in your firebase stripe extension like you do in test mode.
You can follow this link for more details:
https://stripe.com/docs/keys#reveal-an-api-secret-key-live-mode
so you're saying to use a restricted live key not secret key right ?
It depends on your use case there:
You can use your secret key and give your backend full access to Stripe API for your Account or use Restricted keys in order to only allows the minimum level of access that you specify. The good practice is to give the minimum level of access to your account. But that's depends on your integration mostly, both approaches works and are documented in the link I shared above