# Payment API

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

## Integration Method 1 -[ **Hosted checkout**](/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.

<figure><img src="/files/SkNJocSUOuCMzBWqSKvQ" alt="" width="203"><figcaption><p>Hosted CheckOut Page</p></figcaption></figure>

## **Integration Method 2 -** [**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 visiting your website, selecting the product, and making the final payment will be completed on your website.

## [API Interface](/payment-api/api-interface.md)

View [more](#api-interface) API interfaces.

##


---

# 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/payment-api.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.
