> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/documentations/billing-and-payments/credit-card.md).

# Top-Up using Credit Card

## Method 1

### Step 1&#x20;

Log in to your [Little Pig Cloud Server account](https://console.littlepig.cloud/login). Once logged in you will be redirected to the [system homepage](https://console.littlepig.cloud/home). Then click on "Top-up" button and procced to the [Account Top-up](https://console.littlepig.cloud/account/topup) Page.

### Step 2

&#x20;Enter the top-up amount, select the payment method as “Credit Card or Debit Card”, and click “Next”.

<figure><img src="/files/pfaSxg2LBitFWD1BvQJp" alt=""><figcaption></figcaption></figure>

### Step 3

Enter the billing email and the credit card information, and click on “Pay”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdq0sabEIxQGmbWMI4yeCfEplb1BZP2TM1wgtm0ERL-XvI44NxQyTNM5qluh4HRho4csKagSamMvlgS3J-UBxAlSfI5MZ6e4Xt7tBWB3OTAH_mJVBUePmLVQU9O63KUbyuAxvwiU0ViYaXF-YdR2R2-tnQ?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

### Step 4&#x20;

On successful payment, you will be redirected to the “Account Record” page and see a payment successful message as below.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf_dD_H6PYFPWcmGhl8SM7iVf29rMNFoSp7zZX8X5vlACGwKFjmG2axP_fF8jQX0dTToVwyBAcx5Ha-xjsZ6pJBEXSQOzh9BIErlJr-9x5s1iVNUmz8buBOugi0S42PAVRCzRp7eisytj4pP9E4f1pCBKU?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

You will receive a billing receipt in your credit card account as below.

<figure><img src="/files/kyDSJjdLIlnCqhVHFnBL" alt="" width="211"><figcaption></figcaption></figure>

### Step 5&#x20;

Confirming the payment. To confirm the payment is completed, you can check your account balance from the system homepage.

<figure><img src="/files/LeqnUtLwQ6mnYJxSnjVk" alt=""><figcaption></figcaption></figure>

Or check the “[Account Record](https://console.littlepig.cloud/account/balance)” page.

<figure><img src="/files/OXvGYiVxEPV3yZ65unVO" alt=""><figcaption></figcaption></figure>

## Method 2

### Step 1&#x20;

Log in to your [Little Pig Cloud Server account](https://console.littlepig.cloud/login). Navigate to the “Account Top-up” page from the sidebar. Once logged in you will be redirected to the [system homepage](https://console.littlepig.cloud/home). Then click on "Top-up" button and procced to the [Account Top-up](https://console.littlepig.cloud/account/topup) Page.

### Step 2

&#x20;Enter the top-up amount, select the payment method as “International Card”, and click “Next”.

<figure><img src="/files/j4IpE3oTMyWPmXiQwbPb" alt=""><figcaption></figcaption></figure>

### Step 3

Now you will be redirected to the "GoAllPay Cashier" payment gateway. There you can see the info about your payment. Now fill in the payment information and click on "Confirm Payment".&#x20;

{% hint style="info" %}
You must complete the payment within 30 minutes.
{% endhint %}

<figure><img src="/files/YsdyC4AbxpcnXPBGimB4" alt=""><figcaption></figcaption></figure>

Once you have done a successful payment. You should see the amount added to your account balance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.littlepig.cloud/documentations/billing-and-payments/credit-card.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
