Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus/docs/snippets/invoices-statuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Invoices can have any of the following statuses:

- Paid: the payment has been done and the invoice is available, no additional action is required.
- Payment pending: the invoice is not complete or validated yet <!-- need more info: what can the user do if the invoice is in "payment pending"? -->
- Payment due: the paiement didn't go through and needs to be fixed <!-- need more info: is the project automatically suspended? what can the user do? -->
- Payment due: the payment didn't go through and needs to be fixed <!-- need more info: is the project automatically suspended? what can the user do? -->
- Not paid: the payment has failed and won't automatically be retried <!-- also need more info potentially -->
- Voided: the invoice has been cancelled.

:::tip
Click the ![download icon](/img/assets/icons/download.svg) icon to download an invoice.
:::
:::