> For the complete documentation index, see [llms.txt](https://docs.stakestone.io/stakestone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-send-payments.md).

# How to Send Payments

Stone Wallet allows you to make payments both in everyday real-world settings and directly to other users.

Users can pay merchants using QR codes in supported countries, or send funds to individuals using links or personal QR codes.

***

### Pay at Stores with QR Code (Retail Payments)

Stone Wallet supports QR-based payments at merchants in supported regions, allowing users to pay directly at checkout using local QR payment systems, without needing cash or traditional bank apps.

**To pay in-store:**

1. Open the app and tap **Scan**
2. Scan the merchant’s QR code
3. Enter the payment amount
4. Review the details and complete the payment

Once confirmed, the payment is processed and completed at the point of sale.

***

### Supported Payment Networks

Stone Wallet supports QR-based payments across multiple countries through local payment networks.

Availability may vary depending on region, merchant type, and integration status.

#### Currently Supported&#x20;

Stone Wallet QR payments are currently available in:

| Country     | Supported QR Codes | Unsupported QR Codes                        |
| ----------- | ------------------ | ------------------------------------------- |
| Singapore   | PayNow             | NETS, SGQR (non-PayNow), GrabPay, ShopeePay |
| Thailand    | PromptPay          | TrueMoney, LINE Pay, ShopeePay              |
| Vietnam     | VietQR             | MoMo, ZaloPay, bank QR codes                |
| Philippines | QRPh               | GCash (private QR), Maya, GrabPay           |
| Cambodia    | KHQR               | Wing, TrueMoney, bank QR codes              |
| Laos        | BCEL OnePay        | Bank QR codes, wallet QR codes              |
| Mongolia    | QPay               | Bank QR codes, wallet QR codes              |

In addition, Stone Wallet has integration capability with:

* WeChat Pay
* Alipay HK
* Korea ZeroPay

These integrations may be selectively enabled depending on use case and compliance requirements.

#### Coming Soon&#x20;

Stone Wallet is continuously expanding support for additional countries and local QR payment networks.

The following integrations are currently in progress:

**Targeted for March:**&#x20;

* Peru
* Bolivia
* Colombia
* Argentina
* Brazil

**Targeted for April:** Indonesia (QRIS)

**Targeted for May:** Malaysia (DuitNow)

**Targeted for June**:&#x20;

* South Korea (ZeroPay)
* Japan (PayPay)
* Taiwan (TWQR)

Timelines are indicative and subject to change based on integration and regulatory requirements.

Coverage will continue to expand as new integrations are completed.

***

### Pay Individuals (P2P)

You can also make payments directly to other users located anywhere in the world.

**To send a payment:**

1. Open the app and go to **Transfer**&#x20;
2. Paste the recipient’s wallet address, or the email/username tied to their stone wallet account, or scan their QR code
3. Enter or confirm the amount
4. Review and confirm the payment

Funds are transferred directly to the recipient’s wallet.


---

# 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.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-send-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.
