Skip to content

Commit 0e4e0bc

Browse files
committed
Created partial and updated note
1 parent d6a51c8 commit 0e4e0bc

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

src/content/docs/billing/create-billing-profile.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 2
66
---
77

8+
import { Render } from "~/components";
9+
810
## Add a primary payment method
911

1012
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.
@@ -42,9 +44,7 @@ Enterprise customers must email [[email protected]](mailto:[email protected]) wi
4244

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

45-
:::warn
46-
If you already have 2 payment methods, you will not be able to add more. Refer to [Troubleshoot updating payment methods](/billing/troubleshoot-updating-payment-methods) for further details.
47-
:::
47+
<Render file="two-payment-methods" />
4848

4949
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com).
5050
2. Go to **Manage account** > **Billing**.

src/content/docs/billing/update-billing-info.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ sidebar:
55
order: 3
66
---
77

8+
import { Render } from "~/components";
9+
810
To avoid potential disruptions in your Cloudflare services, make sure your billing information is current and accurate.
911

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

1214
## Update payment methods
1315

14-
:::warn
15-
If you already have 2 payment methods, you may not be able to update an existing method. Refer to [Troubleshoot updating payment methods](/billing/troubleshoot-updating-payment-methods) for further details.
16-
:::
16+
<Render file="two-payment-methods" />
1717

1818
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
1919
2. Go to **Manage account** > **Billing**.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
{}
3+
4+
---
5+
6+
:::note
7+
8+
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.
9+
10+
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.
11+
12+
:::

0 commit comments

Comments
 (0)