> For the complete documentation index, see [llms.txt](https://docs.allscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allscale.io/allscale-pay/core-modules/invoicing/invoicing-overview.md).

# Invoicing Overview

## 🧭 What Is It?

AllScale Pay’s **Invoicing** feature allows you to issue professional payment requests directly from your dashboard — no third-party tools, no bank account required.

Whether you’re billing a client for freelance work, requesting payment for a service, or managing vendor payouts, the invoicing system handles everything from creation to confirmation.

You simply enter basic invoice details, and the recipient receives an email with secure, built-in payment options. Payments settle directly into your **AllScale Balance** in stablecoins.

***

## 🌍 Why It Matters

Traditional invoicing tools weren’t built for stablecoin workflows. AllScale’s invoicing system is:

* **Crypto-native** — designed for stablecoin payments from day one
* **Client-friendly** — supports external recipients, no registration required
* **Faster to settle** — avoid banking delays
* **Fully integrated** — tied to your Contacts, Social Commerce, and Balance

No more manual follow-ups, clunky templates, or missing payments. Just fast, global, and reliable invoicing built for modern work.

***

## 🔐 How It Works

* **Create an Invoice:**\
  Specify the recipient's email, amount, currency, due date, and description of services.
* **Send via AllScale System:**\
  AllScale sends the invoice by email or in-app notification (if linked to an AllScale Pay account).
* **Recipient Pays:**\
  The recipient chooses from available payment methods—no AllScale Pay account required.
* **You Receive Stablecoins:**\
  Regardless of how the invoice is paid, funds arrive in your AllScale Pay balance in stablecoin form.
* **Track History:**\
  View detailed invoice status, timestamps, and transaction logs under your **Invoice History** tab.

***

## 🖐 Key Features

* Issue invoices in USDT, USDC, or other supported stablecoins
* Accept payments from AllScale Pay users or external payers
* Built-in email delivery with downloadable PDF
* Flexible payment options (wallets, cards, wire)
* Full payment history and status tracking


---

# 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.allscale.io/allscale-pay/core-modules/invoicing/invoicing-overview.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.
