# ReelPay API Introduction

ReelPay is the cryptocurrency payment technology, enables merchants to pay and receive payment in cryptocurrency worldwide.  Whether your customers use ReelPay or not, we create a contactless, seamless and secure checkout experience. Make crypto payments to anyone and collect crypto payments with ease.&#x20;

## ReelPay Integration

{% content-ref url="/pages/cjYMYbhYa6m6uV0bQgHc" %}
[Hosted Checkout Page Integration](/payment-api/hosted-checkout-page-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/CzXLGmPyMMrV5Gw2JUzo" %}
[Native Checkout Integration](/payment-api/native-checkout-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/U72KTOvD0KimVaJrgolc" %}
[SDK Instruction](/sdk-instruction.md)
{% endcontent-ref %}

## ReelPay Interface

{% content-ref url="/pages/8JJKBorYPSEaoPWvDWe5" %}
[API Interface](/payment-api/api-interface.md)
{% endcontent-ref %}

## Scenarios&#x20;

### Merchant Acquiring (C2B) - Payment by Address or QR Code

In this scenario, users are able to make payments by sending crypto to destination address or scanning QR codes provided by ReelPay and shown by merchants.

1. Merchants cooperate with ReelPay to get different address and QR Codes for different products. Merchants display address and QR Codes for users to scan.
2. Users open their crypto wallet to make payment.
3. After the user completes the payment through ReelPay The merchant is notified of the user's payment status&#x20;
4. ReelPay will notify merchants the status of payments from users&#x20;

{% hint style="warning" %}
To enable the notification, you need to complete the configuration of [**Webhook** **URL**](/payment-api/webhook-notification.md)
{% endhint %}

According to your business needs, you can choose different types of checkout process:

* [**Native checkout on your website/application:** ](/payment-api/native-checkout-integration.md)

Manage 100% of your front-end interactions and use our APIs to build your own checkout page.

The entire process of entering your website, selecting the product, and making the final payment will be completed on your website.

* [**Hosted checkout page**](/payment-api/hosted-checkout-page-integration.md)**:**

Merchant integrates API to simplify the integration by utilizing ReelPay's hosted checkout page.&#x20;

It will redirect your customers to a ReelPay hosted checkout page that adapts dynamically to the device they are using in order to increase conversion.

The customer will pay directly through ReelPay checkout page belongs to merchants, and we will handle the wallet connection and payment processing for them. Alternatively, the user may scan a QR code, sending crypto to destination address or connect their wallet to make the payment.


---

# Agent Instructions: 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.reelpay.com/reelpay-for-merchant/reelpay-api-introduction.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.
