> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/acquiring.md).

# ACQUIRING

* [Customers](https://docs.calypso.money/acquiring/customers)
* [How to create a Customer](https://docs.calypso.money/acquiring/customers/how-to-create-a-customer)
* [How to get a deposit address for a Сustomer](https://docs.calypso.money/acquiring/customers/how-to-get-a-deposit-address-for-a-sustomer)
* [How to process Customer transactions](https://docs.calypso.money/acquiring/customers/how-to-process-customer-transactions)
* [How to process Customer transactions](https://docs.calypso.money/acquiring/customers/how-to-process-customer-transactions/how-to-process-customer-transactions)
* [How to fund a Customer address via ONRAMP](https://docs.calypso.money/acquiring/customers/how-to-fund-a-customer-address-via-onramp)
* [Customers webhooks](https://docs.calypso.money/acquiring/customers/customers-webhooks)
* [Invoices](https://docs.calypso.money/acquiring/invoices)
* [Accept Payments via API](https://docs.calypso.money/acquiring/invoices/accept-payments-via-api)
* [How to create a Limited Invoice via API](https://docs.calypso.money/acquiring/invoices/accept-payments-via-api/how-to-create-a-limited-invoice-via-api)
* [How to create a Limited Invoice in fiat equivalent via API](https://docs.calypso.money/acquiring/invoices/accept-payments-via-api/how-to-create-a-limited-invoice-in-fiat-equivalent-via-api)
* [How to create an Unlimited Invoice via API](https://docs.calypso.money/acquiring/invoices/accept-payments-via-api/how-to-create-an-unlimited-invoice-via-api)
* [How to embed invoice data to your payment page](https://docs.calypso.money/acquiring/invoices/accept-payments-via-api/how-to-embed-invoice-data-to-your-payment-page)
* [How to create a Invoice via API](https://docs.calypso.money/acquiring/invoices/how-to-create-a-invoice-via-api)
* [How to manage interventions via API](https://docs.calypso.money/acquiring/invoices/how-to-manage-interventions-via-api)
* [Invoice webhooks](https://docs.calypso.money/acquiring/invoices/invoice-webhooks)
* [Invoice Payment Widget](https://docs.calypso.money/acquiring/invoice-payment-widget)
* [How to create a Invoice Payment Widget in fiat equivalent](https://docs.calypso.money/acquiring/invoice-payment-widget/how-to-create-a-invoice-payment-widget-in-fiat-equivalent)
* [Invoice webhooks](https://docs.calypso.money/acquiring/invoice-payment-widget/invoice-webhooks)
* [Onramp Payments](https://docs.calypso.money/acquiring/onramp-payments)
* [How to create a payment via ONRAMP](https://docs.calypso.money/acquiring/onramp-payments/how-to-create-a-payment-via-onramp)
* [ONRAMP webhooks](https://docs.calypso.money/acquiring/onramp-payments/onramp-webhooks)
* [Onramp Widget](https://docs.calypso.money/acquiring/onramp-widget)
* [How to integrate the ONRAMP widget](https://docs.calypso.money/acquiring/onramp-widget/how-to-integrate-the-onramp-widget)
* [How to customize the ONRAMP widget](https://docs.calypso.money/acquiring/onramp-widget/how-to-customize-the-onramp-widget)
* [How to embed the ONRAMP widget to your site](https://docs.calypso.money/acquiring/onramp-widget/how-to-embed-the-onramp-widget-to-your-site)


---

# 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:

```
GET https://docs.calypso.money/acquiring.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.
