# Latam Payments API Docs

## Regional QR Collections

- [Welcome!](https://docs.latam-payments.depay.us/welcome.md): Our solution generates interoperable QR codes across different countries, enabling payment processors to request QR codes for merchants from any supported region. This allows, for example, a merch
- [Quick Start](https://docs.latam-payments.depay.us/quick-start.md)
- [API Reference](https://docs.latam-payments.depay.us/reference/api-reference.md)
- [Authentication](https://docs.latam-payments.depay.us/reference/api-reference/authentication.md)
- [Merchant Onboarding and Payment Flow](https://docs.latam-payments.depay.us/reference/api-reference/merchant-onboarding-and-payment-flow.md)
- [Collectors](https://docs.latam-payments.depay.us/reference/api-reference/merchant-onboarding-and-payment-flow/collectors.md)
- [Store](https://docs.latam-payments.depay.us/reference/api-reference/merchant-onboarding-and-payment-flow/store.md)
- [Point of Sales](https://docs.latam-payments.depay.us/reference/api-reference/merchant-onboarding-and-payment-flow/point-of-sales.md)
- [QR](https://docs.latam-payments.depay.us/reference/api-reference/qr.md)
- [Exchange Rates](https://docs.latam-payments.depay.us/reference/api-reference/exchange-rates.md)
- [Reconciliation Files](https://docs.latam-payments.depay.us/reference/api-reference/reconciliation-files.md)
- [Callbacks](https://docs.latam-payments.depay.us/reference/api-reference/callbacks.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.latam-payments.depay.us/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
