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
9 changes: 8 additions & 1 deletion src/content/docs/billing/billing-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

For example, if test1.com and test2.com are added to the same Cloudflare account and upgraded to the Pro plan, you will receive an invoice with two charges. Subdomains such as blog.test1.com or blog.test2.com will not be included as billable domains.

The date you initiate a paid plan or add-on service will be both the start of your billing period and your [invoice date](/billing/invoices/). For example, if you upgrade your plan on January 10, all future plan charges will be billed on the 10th of every month. Both dates are initialized using the UTC (Coordinated Universal Time) time zone, and not your local time zone.

Check warning on line 32 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

If your account is dunned (downgraded and banned for non payment of dues), the new start date changes to the day of the upgrade and applies to monthly, yearly, and add-on plans.

Expand All @@ -52,11 +52,11 @@
* At the beginning of the next billing cycle, your invoice will reflect the full cost of the higher-priced plan.
* Your bill cycle start and end dates are calculated using the UTC (Coordinated Universal Time) time zone, and not your local time zone.

For example, if your billing date is January 1, but you upgrade from Pro to Business, on January 15,

Check warning on line 55 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

Check warning on line 55 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

* Your invoice will reflect the prorated Business plan rate for the period of use January 15 - January 30.

Check warning on line 57 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

Check warning on line 57 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
* Cloudflare credits the prorated Pro plan cost from January 1 - January 15.

Check warning on line 58 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

Check warning on line 58 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
* Your invoice for the billing period of January 1 - January 30 will appear in the Cloudflare dashboard on January 31.

Check warning on line 59 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

Check warning on line 59 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)

Check warning on line 59 in src/content/docs/billing/billing-policy.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-month

Potential month found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)


:::note
Expand Down Expand Up @@ -84,7 +84,14 @@

## Approved payment methods

Cloudflare only accepts Visa, Mastercard, American Express, Discover, PayPal, Link, and UnionPay. No other payment methods (for example, Maestro) are possible at this time.
* Visa
* Mastercard
* American Express
* Discover
* Link
* UnionPay
* Apple Pay (Workers and Load Balancing only)
* Google Pay (Workers and Load Balancing only)

:::note
Enterprise customers can use ACH payments for Cloudflare plans and subscriptions.
Expand Down
Loading