> 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/onramp-widget.md).

# Onramp Widget

The Onramp Widget allows end-users to pay in fiat, while the merchant receives the funds in cryptocurrency directly into their Calypso account. It is designed for easy integration into the merchant's website or product, enabling payments via cards and other supported methods.

To view the widget you can click on the field below and in a new page you will see an onramp widget with test data.

### [Test ONRAMP Widget Link](https://pay.calypso.money/onramp?color=256eff\&logo=true\&radius=6\&test=true\&theme=light)

## User Flow:

### 1. Select payment currency.

The cryptocurrency in which the merchant will receive funds is passed in the **currency** parameter.

### 2. Enter amount.

* The merchant specifies the amount of cryptocurrency equivalent that the user must pay using one of the fiat payment methods.
  * To do this, the merchant passes the amount in the **amount** parameter in the widget URL.
    * If the entered amount is within the limits, the user will be able to proceed further to pay.
    * If the entered amount is outside the limits, the user will receive an error about the incorrect amount and will need to open a new widget with the correct amount.
* The merchant does not indicate the amount in the URL.
  * The user enters the amount in cryptocurrency or fiat equivalent, within the established limits for each payment method, and goes to the payment page.

**Example of a correctly entered amount:**

**Example of an entered amount exceeding the limit:**

### 3. Choose a payment method.

The user selects a preferred payment method (e.g., card, Apple Pay, etc.).<br>

### 4.Confirm and pay.

After confirming, the user completes the payment, and the crypto is automatically credited to the merchant's Calypso account.

**Example of confirmation page before payment:**


---

# 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/onramp-widget.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.
