> For the complete documentation index, see [llms.txt](https://sayy-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sayy-ai.gitbook.io/docs/enable-payments.md).

# Enable Payments

Accept payments from anywhere in the world with full control and zero commission. Sayy integrates with leading fiat and crypto providers, making it easy for you to get paid securely and directly. No hidden charges, no middle layers.

#### 1. Fiat Payments

Connect your existing Stripe or Razorpay account to start accepting payments in fiat currencies. Sayy supports global currencies, and you can select the one that aligns with your brand or region. Payouts are handled according to the rules and timelines of each provider.

#### 2. Crypto Payments

You can also accept stablecoin payments in USDT and USDC. Sayy supports multiple blockchain networks, including Ethereum, Binance Smart Chain, Polygon, Solana, and Base. This opens your storefront to a global, Web3-native audience.

💰 **Zero-Commission Model**

Sayy allows you to accept payments directly inside the chat experience, with **zero commissions.** You keep 100 percent of your earnings, and all transactions are processed through trusted, secure providers.

#### 📩 Invoices and Receipts

Invoices are system-generated and sent automatically to your customers via email after every successful transaction. This ensures a professional post-purchase experience without any manual work on your end.

#### 🔒 Secure and Compliant

All payments are processed through PCI-compliant gateways. Sayy does not store or handle payment details at any point. Your transactions remain secure and your data stays protected within the infrastructure of your chosen payment provider.

#### ⚠️ Refunds and Disputes

Refunds and disputes are not handled by Sayy. These are managed directly through your connected payment platform, allowing you to follow the existing processes you are already familiar with.


---

# 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://sayy-ai.gitbook.io/docs/enable-payments.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.
