# Payment

## Overview

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FOHeogzCigCc2KmUCthnz%2FScreenshot%202568-06-18%20at%2013.27.16.png?alt=media&#x26;token=9275e532-c5f1-4bbb-b2c8-582e7d86c201" alt=""><figcaption><p>Payment Setting</p></figcaption></figure>

Our service uses a monthly billing cycle. By default, each account is assigned a spending limit of **$100**.

* On the **1st day of each month**, the system automatically generates a bill via Stripe Billing.
* You have **15 days** to make the payment before your account is **suspended**.
* After billing is generated, your spending limit will be reset to your original limit (e.g. $100 or your custom limit).

If you would like to increase your spending limit, please contact us.

> 📌 Once increased, the new limit will be permanent.

{% hint style="info" %}
For organizations interested in unlimited usage, feel free to [contact our team](https://email:support@float16.cloud/). We’re happy to provide customized payment plans tailored to your needs.
{% endhint %}

### Daily Credit

We are currently running a campaign that provides **$5 of free daily credit** to every account. The credit **expires at the end of each day**.

* To receive your daily credit, simply click the **“Claim Daily Free Credit”** button.
* Once successfully claimed, your **credit balance** will increase by $5.
* The campaign starts on **18 June 2025** and will continue until further notice.

{% hint style="warning" %}
Accounts that already have granted credits are **not eligible** for this campaign.
{% endhint %}

### Credit Usage

You can view your credit usage in the following locations

* Payment Settings
* Playground page of each project

Displayed information includes

* **Available Credit**: The total of your remaining granted and daily credits.
* **Daily Usage**: How much credit you’ve used today.

{% hint style="success" %}
Available credit will automatically update when credits expire or when a new billing cycle deducts your balance.
{% endhint %}

## Invoice

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2F2EASpP5cxeSbup8GCA7g%2FScreenshot%202568-05-28%20at%2011.00.28.png?alt=media&#x26;token=2f246b55-4e69-4861-9f96-6f7e6cf22a8e" alt=""><figcaption><p>Invoice History</p></figcaption></figure>

To pay your invoice:

1. Click the app logo, account icon<img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FVrdlTzsaRn7UwOyhEqTy%2Fimage.png?alt=media&#x26;token=c001bfe0-bd41-4d79-be30-900d13fd1cd2" alt="" data-size="line">(bottom-left), or profile (top-right), then select "Settings" > "Payment".
2. Click the Invoice tab to view a list of monthly invoices.
3. Select the invoice you wish to pay. You'll be redirected to Stripe, our payment gateway. Follow on-screen instructions to complete payment.
4. Upon successful payment, you’ll be redirected back to the Payment page.

## Monitor your balance&#x20;

### Quick View

Estimated remaining spending credit is visible in the Payment settings overview tab.&#x20;

### Detailed Usage

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FxKKN9W2PEAgCQgcIteZQ%2Fimage.png?alt=media&#x26;token=46ead3ca-8682-4054-bb76-b2652e8ac60a" alt=""><figcaption><p>Balance History</p></figcaption></figure>

1. Navigate to "Settings"
2. Select "Payment"
3. Click on the "Balance History" tab

On this page, you'll see a comprehensive list of all transactions, including credit usage for this account, displayed by month (default: current month). The transactions include:

* Bill by serverless: Credit usage from serverless GPU services
  * on-demand: Manual, function or server tasks charged at on-demand rates
  * spot: Tasks charged at spot pricing

### Dashboard

Provides credit usage overview. See [Dashboard](#dashboard) section for more details.

## Credit History

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FsmOmGS0XsdKLoKOHCukM%2FScreenshot%202568-06-18%20at%2013.56.09.png?alt=media&#x26;token=be130d05-6bf1-47ac-8540-3b108e1af58d" alt=""><figcaption><p>Credit History</p></figcaption></figure>

To view your credit history:

1. Go to "Settings"
2. Select the "Payment" section
3. Click on the "Credit" tab

You will see a complete history of all credits you have received.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.float16.cloud/getting-started/account/payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
