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
6 changes: 5 additions & 1 deletion src/content/docs/billing/create-billing-profile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sidebar:
order: 2
---

import { Render } from "~/components";

## Add a primary payment method

A primary payment method is required to process payment for Cloudflare products and services. We value your confidentiality and privacy - Cloudflare does not have access to your bank, credit card, pin, or PayPal account password details.
Expand Down Expand Up @@ -42,6 +44,8 @@ Enterprise customers must email [[email protected]](mailto:[email protected]) wi

Optionally, add a backup payment method to use if the primary payment method fails.

<Render file="two-payment-methods" />

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
2. Go to **Manage account** > **Billing**.
3. Select **Payment**.
Expand Down Expand Up @@ -84,4 +88,4 @@ Log in to your PayPal account and send your payment to [email protected]. The pa

:::note
US banks do not participate in International Bank Account Numbers (IBAN).
:::
:::
4 changes: 4 additions & 0 deletions src/content/docs/billing/update-billing-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ sidebar:
order: 3
---

import { Render } from "~/components";

To avoid potential disruptions in your Cloudflare services, make sure your billing information is current and accurate.

If Cloudflare is unable to process your payment, review [Troubleshooting failed payments](/billing/troubleshoot-failed-payments/).

## Update payment methods

<Render file="two-payment-methods" />

1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
2. Go to **Manage account** > **Billing**.
3. Select **Payment**.
Expand Down
12 changes: 12 additions & 0 deletions src/content/partials/billing/two-payment-methods.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
{}

---

:::note

You cannot have more than two payment methods associated with your account, and you may be unable to add or edit an existing payment method if your account has too many payment methods.

If you are unable to add or edit a payment method, [delete a payment method](/billing/update-billing-info/#delete-a-payment-method) and try again.

:::
Loading