Skip to content

Commit 61e5d10

Browse files
author
Simon
committed
Updating content on outstanding balances
1 parent cfe2b1f commit 61e5d10

File tree

3 files changed

+64
-43
lines changed

3 files changed

+64
-43
lines changed

public/__redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
/fundamentals/security/cloudflare-challenges/ /cloudflare-challenges/ 301
726726
/fundamentals/subscriptions-and-billing/free-plan/ /billing/ 301
727727
/fundamentals/subscriptions-and-billing/create-billing-profile/ /billing/create-billing-profile/ 301
728-
/fundamentals/subscriptions-and-billing/unpaid-invoices-or-balances/ /billing/pay-invoices-overdue-balances/ 301
728+
/fundamentals/subscriptions-and-billing/unpaid-invoices-or-balances/ /billing/pay-an-oustanding-balance/ 301
729729
/fundamentals/subscriptions-and-billing/troubleshooting-failed-payments/ /billing/troubleshoot-failed-payments/ 301
730730
/fundamentals/subscriptions-and-billing/understand-invoices/ /billing/invoices/ 301
731731
/fundamentals/subscriptions-and-billing/update-billing-info/ /billing/update-billing-info/ 301
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Pay an outstanding balance
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 4
6+
---
7+
8+
If the automatic retry attempts to take payment fails, and you have not manually paid the invoice, your account will have an overdue balance. An overdue balance will block you from purchasing new products or subscriptions, upgrading existing ones, and you won’t be able to update your billing profile until you have successfully paid the balance. Attempts to purchase or upgrade subscriptions will return an error mentioning this:
9+
10+
**You cannot add or modify subscriptions or services until the outstanding balance is paid.**
11+
12+
The full range of error messages you may see are:
13+
14+
* could not run legacy post zone sub request against new zone products: failed to update user subscription: failed to load account from db: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page.
15+
* could not run legacy post zone sub request against new zone products: failed to update user subscription: failed to apply object products: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page.
16+
* failed in ActionAppendSubscription: failed to update user subscription: failed to load account from db: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page.
17+
* could not run a legacy post user sub request: failed to update user subscription: failed to load account from db: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page.
18+
* failed to load account: You cannot add or modify subscriptions or services until the outstanding balance is paid. You should be able to do so in your Billing page.
19+
20+
The simplest way to pay your balance is to click **Pay Now** from your Billing homepage in the Cloudflare dashboard. To see these steps in more detail, refer to [Pay an outstanding balance](#pay-an-outstanding-balance).
21+
22+
You can pay your entire balance in one transaction, or if you have multiple invoices with unpaid amounts, you can choose to pay them individually by following [pay unpaid invoices](#manually-pay-invoices).
23+
24+
## Understand why you have an outstanding balance
25+
26+
:::note
27+
It’s important to note that while the earlier invoice may appear as paid, the balance due has not been waived. It has simply been carried forward into a newer invoice for administrative and compliance purposes.
28+
:::
29+
30+
When an outstanding balance is due, a new invoice will be created in your account for that amount. When you view that new invoice, it will show the original invoice number that the outstanding balance relates to. You can look up this original invoice to understand which product(s) were not fully paid for.
31+
32+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. If you have multiple accounts, select the account you want to manage from the list.
33+
2. Go to **Manage Account** > **Billing**.
34+
3. Select **Invoices and documents**.
35+
4. Select the most recent invoice - the amount shown should match your outstanding balance
36+
5. On the invoice PDF, look for the section below the “Pay Online” link: “Invoice that pays the following outstanding balance:” and note the invoice number
37+
6. Go back to the **Invoices and documents** section and click to view the invoice number
38+
39+
## Pay an outstanding balance
40+
41+
:::note
42+
Allow up to 24 hours for your payment to be recognized and for your account to be in good standing. After that time has passed, you will be able to manage your subscriptions and order more services.
43+
:::
44+
45+
To pay the total outstanding balance:
46+
47+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. If you have multiple accounts, select the account you want to manage from the list.
48+
2. Go to **Manage Account** > **Billing**.
49+
3. Go to the **Pay overdue balances** section.
50+
4. Select **Pay now** next to the balance you want to pay.
51+
52+
You will be redirected to our payment system to proceed.
53+
54+
## Manually pay invoices
55+
56+
If an automatic subscription renewal payment fails, Cloudflare automatically retries the payment using your default payment method five times over five days. During this period, you can log into the dashboard and attempt to manually pay the invoices.
57+
58+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account. If you have multiple accounts, select the account you want to manage from the list.
59+
2. Go to **Manage Account** > **Billing**.
60+
3. Select **Invoices and documents**.
61+
4. Select **Pay now** next to the invoice you want to pay.
62+
63+
You will be redirected to our payment system to proceed.

src/content/docs/billing/pay-invoices-overdue-balances.mdx

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)