> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sontairo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Site Checkout

> How checkout on a hosted site flows through Sontairo Finance

If you run your website on [Sontairo Hosting](/hosting/overview), you can sell directly from it. Site checkout connects Hosting and Finance: the site presents the product, Finance takes the payment.

## How it fits together

1. **Configure** — in the site's **Payment** tab, set the provider to **Sontairo Finance** and define the product name, amount, and currency. See [Accepting payments on your site](/hosting/site-payments) for the setup steps.
2. **Checkout** — when a visitor buys, the published site requests a checkout session from Sontairo and the buyer pays on a secure Stripe-hosted page.
3. **Settle** — the payment is recorded against your workspace's Finance account with the **2% platform fee**, tagged with the site it came from.

## Why prices are tamper-proof

The amount and currency are stored in your site's payment settings on Sontairo's servers — not in the site's front-end code. When checkout is created, the price is looked up server-side, so nothing a visitor's browser sends can change what they're charged.

## Where site payments show up

* **Finance page** — in **Recent payments**, with a "View site" link to the originating site
* **Site health** — the site's **Revenue** tile on its Overview tab totals the payments collected there
* **Helm automations** — the **When a payment is received** trigger includes the site ID, so an automation can react differently per site

<Tip>
  One Finance account serves your whole workspace: payment links and any number of hosted sites all settle into the same account and payout schedule.
</Tip>
