Skip to content

Commit

Permalink
docs(firestore-stripe-payments): Reference Prices resource for restri…
Browse files Browse the repository at this point in the history
…cted key instructions

Fixes #477
  • Loading branch information
jsteele-stripe committed Feb 2, 2023
1 parent f0bd416 commit 055d467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firestore-stripe-payments/PREINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Before installing this extension, set up the following Firebase services in your

Then, in the [Stripe Dashboard](https://dashboard.stripe.com):

- Create a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access for the "Customers", "Checkout Sessions" and "Customer portal" resources, and read-only access for the "Subscriptions" and "Plans" resources.
- Create a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access for the "Customers", "Checkout Sessions" and "Customer portal" resources, and read-only access for the "Subscriptions" and "Prices" resources.

#### Billing

Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Starting August 17 2020, you will be billed a small amount (typically less than

* Automatically delete Stripe customer objects: Do you want to automatically delete customer objects in Stripe? When a user is deleted in Firebase Authentication or in Cloud Firestore and set to 'Auto delete' the extension will delete their customer object in Stripe which will immediately cancel all subscriptions for the user.

* Stripe API key with restricted access: What is your Stripe API key? We recommend creating a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access only for the "Customers", "Checkout Sessions" and "Customer portal" resources. And read-only access for the "Subscriptions" and "Plans" resources.
* Stripe API key with restricted access: What is your Stripe API key? We recommend creating a new [restricted key](https://stripe.com/docs/keys#limit-access) with write access only for the "Customers", "Checkout Sessions" and "Customer portal" resources. And read-only access for the "Subscriptions" and "Prices" resources.

* Stripe webhook secret: This is your signing secret for a Stripe-registered webhook. This webhook can only be registered after installation. Leave this value untouched during installation, then follow the postinstall instructions for registering your webhook and configuring this value.

Expand Down
2 changes: 1 addition & 1 deletion firestore-stripe-payments/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ params:
What is your Stripe API key?
We recommend creating a new [restricted key](https://stripe.com/docs/keys#limit-access)
with write access only for the "Customers", "Checkout Sessions" and "Customer portal" resources.
And read-only access for the "Subscriptions" and "Plans" resources.
And read-only access for the "Subscriptions" and "Prices" resources.
example: rk_live_1234567890
required: true

Expand Down

0 comments on commit 055d467

Please sign in to comment.