add Billing doc
parent
dcb2ba9c24
commit
89763c968e
|
@ -0,0 +1,87 @@
|
|||
---
|
||||
title: Add payment method and view billing
|
||||
list_title: Add payment and view billing
|
||||
description: >
|
||||
Add your InfluxDB Cloud payment method and view billing information.
|
||||
weight: 103
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
parent: Account management
|
||||
name: Add payment and view billing
|
||||
---
|
||||
|
||||
## Add or update your {{< cloud-name >}} payment method
|
||||
|
||||
1. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "billing" >}}
|
||||
|
||||
2. To update, click the **Change Payment** button.
|
||||
3. In the **Payment Method** section:
|
||||
|
||||
- Enter your cardholder name and number
|
||||
- Select your expiration month and year
|
||||
- Enter your CVV code and select your card type
|
||||
- Enter your card billing address
|
||||
|
||||
3. Click **Add Card**.
|
||||
|
||||
## View Pay as You Go billing information
|
||||
|
||||
For Pay as You Go plan, check your account balance, invoices, billing notification, and other billing information.
|
||||
|
||||
1. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "billing" >}}
|
||||
|
||||
Billing page displays your billing information, including:
|
||||
- Account balance
|
||||
- Last billing update (updated hourly)
|
||||
- Past invoices
|
||||
- Payment method
|
||||
- Contact information
|
||||
- Notification settings
|
||||
|
||||
## Add or update your {{< cloud-name >}} contact information
|
||||
|
||||
1. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "billing" >}}
|
||||
|
||||
2. To update, click the **Edit Information** button.
|
||||
3. In the **Contact Information** section:
|
||||
|
||||
- Enter your name, company, and address.
|
||||
4. Click **Save Contact Info**.
|
||||
|
||||
## Send notifications when usage exceeds an amount
|
||||
|
||||
1. Hover over the **Usage** icon in the left navigation bar and select **Billing**.
|
||||
|
||||
{{< nav-icon "billing" >}}
|
||||
|
||||
2. Click **Notification Settings**.
|
||||
3. Select the **Send email notification** toggle, and then enter the email address to notify.
|
||||
4. Enter the dollar amount to trigger a notification email. By default, an email is triggered when the amount exceeds $10. (Whole dollar amounts only. For example, $10.50 is not a supported amount.)
|
||||
|
||||
## View Free plan information
|
||||
|
||||
If you're on the Free plan, the Billing page monitors rate limits and lets you know how much data or options you have left to use.
|
||||
|
||||
## Exceeded rate limits
|
||||
|
||||
If you exceed your plan's [rate limits](/v2.0/cloud/pricing-plans/), {{< cloud-name >}} provides a notification in the {{< cloud-name "short" >}} user interface (UI) and adds a rate limit event to your **Usage** page for review.
|
||||
|
||||
All rate-limited requests are rejected; including both read and write requests.
|
||||
_Rate-limited requests are **not** queued._
|
||||
|
||||
_To remove rate limits, [upgrade to a Pay As You Go Plan](/v2.0/cloud/account-management/upgrade-to-payg/)._
|
||||
|
||||
### Rate-limited HTTP response code
|
||||
|
||||
When a request exceeds your plan's rate limit, the InfluxDB API returns the following response:
|
||||
|
||||
```
|
||||
HTTP 429 “Too Many Requests”
|
||||
Retry-After: xxx (seconds to wait before retrying the request)
|
||||
```
|
Loading…
Reference in New Issue