@@ -212,8 +212,8 @@ params:
212
212
- param : DELETE_STRIPE_CUSTOMERS
213
213
label : Automatically delete Stripe customer objects
214
214
description : >-
215
- Do you want to automatically delete customer objects in Stripe?
216
- When a user is deleted in Firebase Authentication or in Cloud Firestore and set to 'Auto delete'
215
+ Do you want to automatically delete customer objects in Stripe?
216
+ When a user is deleted in Firebase Authentication or in Cloud Firestore and set to 'Auto delete'
217
217
the extension will delete their customer object in Stripe which will immediately cancel all subscriptions for the user.
218
218
type : select
219
219
options :
@@ -228,7 +228,7 @@ params:
228
228
label : Stripe API key with restricted access
229
229
type : secret
230
230
description : >-
231
- What is your Stripe API key?
231
+ What is your Stripe API key?
232
232
We recommend creating a new [restricted key](https://stripe.com/docs/keys#limit-access)
233
233
with write access only for the "Customers", "Checkout Sessions" and "Customer portal" resources.
234
234
And read-only access for the "Subscriptions" and "Plans" resources.
@@ -239,13 +239,24 @@ params:
239
239
label : Stripe webhook secret
240
240
type : secret
241
241
description : >-
242
- This is your signing secret for a Stripe-registered webhook.
242
+ This is your signing secret for a Stripe-registered webhook.
243
243
This webhook can only be registered after installation.
244
- Leave this value untouched during installation, then follow the
244
+ Leave this value untouched during installation, then follow the
245
245
postinstall instructions for registering your webhook
246
246
and configuring this value.
247
247
example : whsec_1234567890
248
248
required : false
249
+
250
+ - param : CREATE_CHECKOUT_SESSION_MIN_INSTANCES
251
+ label : Minimum instances for createCheckoutSession function
252
+ type : secret
253
+ description : >-
254
+ How many instances should be always ready to process checkout requests?
255
+ This number can be adjusted to reduce cold starts and increase the responsiveness
256
+ of checkout creation requests. Suggested values are 0 or 1.
257
+ default : 0
258
+ required : true
259
+
249
260
events :
250
261
- type : com.stripe.v1.product.created
251
262
description : Occurs whenever a product is created.
0 commit comments