Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions docusaurus/docs/cloud/getting-started/usage-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,20 @@ To reactivate the project immediately, users can upgrade to a paid plan.

#### Project suspension after subscription cancellation

If you don't pay the invoice, the subscription of your project will automatically be canceled and the project will be suspended. You can reactivate the subscription through the billing modal (see [Edit subscription](/cloud/account/account-billing#account-billing)).

1. Log into the billing modal and go to the *Subscription details* of the subscription associated with the suspended project. You should see a warning message confirming that the subscription was canceled for the following reason: "Not Paid".
2. Go back to the homepage of the billing modal, listing subscriptions and billing options.
3. Go to *Payment methods* and add a new, working card to pay the invoice. As soon as the invoice is paid, your project will automatically be reactivated.
If you don't pay the invoice, then after few payment attempts the subscription of your project will automatically be canceled and the project will be suspended. There are 2 ways to put back your project online:

* In the *Profile > Billing* tab, once you added a valid credit card, Strapi will try to process the due payment and reactivate the impacted subscription.
* By clicking on a *Reactivate subscription* button visible:
- in the *Profile > Billing* tab (to reactivate several subscriptions in one click)
- in the *Settings > Billing & Usage* tab of your suspended project (to reactivate the subscription you are on)

<ThemedImage
alt="Reactivate subscription"
sources={{
light: '/img/assets/cloud/settings-reactivate.png',
dark: '/img/assets/cloud/settings-reactivate_DARK.png',
}}
/>

#### Project suspension for other reasons

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docusaurus/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,12 @@ To reactivate the project immediately, users can upgrade to a paid plan.

#### Project suspension after subscription cancellation

If you don't pay the invoice, the subscription of your project will automatically be canceled and the project will be suspended. You can reactivate the subscription through the billing modal (see [Edit subscription](/cloud/account/account-billing#account-billing)).
If you don't pay the invoice, then after few payment attempts the subscription of your project will automatically be canceled and the project will be suspended. There are two ways to put back your project online:

1. Log into the billing modal and go to the *Subscription details* of the subscription associated with the suspended project. You should see a warning message confirming that the subscription was canceled for the following reason: "Not Paid".
2. Go back to the homepage of the billing modal, listing subscriptions and billing options.
3. Go to *Payment methods* and add a new, working card to pay the invoice. As soon as the invoice is paid, your project will automatically be reactivated.
1. In the *Profile > Billing* tab, once you added a valid credit card, Strapi will try to process the due payment and reactivate the impacted subscription.
2. By clicking on a *Reactivate subscription* button visible:
- in the *Profile > Billing* tab (to reactivate several subscriptions in one click)
- in the *Settings > Billing & Usage* tab of your suspended project (to reactivate the subscription you are on)

#### Project suspension for other reasons

Expand Down