Skip to content
Open
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
15 changes: 12 additions & 3 deletions content/manuals/billing/payment-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ verification email and enter the amount of this deposit to verify your account.

## Failed payments

You can't manually retry a failed payment. Docker will retry failed payments
based on the retry schedule.

If your subscription payment fails, there is a grace period of 15 days,
including the due date. Docker retries to collect the payment 3 times using the
following schedule:
Expand All @@ -252,6 +249,18 @@ Docker also sends an email notification
`Action Required - Credit Card Payment Failed` with an attached unpaid invoice
after each failed payment attempt.

### Manual payment retry

If you want to resolve a failed payment immediately instead of waiting for the automatic retry schedule, you can manually retry the payment:

1. Access the unpaid invoice from the email notification or from your billing history.
2. Select **Pay online** on the invoice.
3. You'll be redirected to Stripe to complete the payment with your current payment method or a different one.

This allows you to resolve payment issues immediately without waiting for the automatic retry schedule.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

STYLE: Use 'lets you' instead of 'allows you to'

According to STYLE.md word list, 'allows you to' should be replaced with 'lets you' or state what it does directly.

Additionally, this sentence is redundant with the section opener. The opener already states 'If you want to resolve a failed payment immediately instead of waiting for the automatic retry schedule', so this closing sentence repeats the same information and violates STYLE.md's conciseness principle.

Suggestion: Remove this sentence entirely for conciseness.


### Subscription downgrade

Once the grace period is over and the invoice is still not paid, the
subscription downgrades to a free subscription and all paid features are
disabled.
Loading