# ReelPay Payment

## EN

- [What is ReelPay](https://docs.reelpay.com/reelpay-for-merchant/what-is-reelpay.md)
- [ReelPay API Introduction](https://docs.reelpay.com/reelpay-for-merchant/reelpay-api-introduction.md)
- [Contact Us](https://docs.reelpay.com/reelpay-for-merchant/contact-us.md)
- [To Get Started](https://docs.reelpay.com/reelpay-for-developer/to-get-started.md): Here are the articles in this section:
- [Signature](https://docs.reelpay.com/reelpay-for-developer/to-get-started/signature.md): Before the API integration, you need to get your AppId and AppKey.
- [API Specification Common Rules](https://docs.reelpay.com/reelpay-for-developer/to-get-started/api-specification-common-rules.md)
- [Payment API](https://docs.reelpay.com/payment-api.md)
- [Hosted Checkout Page Integration](https://docs.reelpay.com/payment-api/hosted-checkout-page-integration.md): Users can scan the QR code or copy the address on the hosted checkout page to make the payments.
- [Native Checkout Integration](https://docs.reelpay.com/payment-api/native-checkout-integration.md): Users can scan the QR code or copy the address on the checkout page built on your sites/apps to make the payments.
- [API Interface](https://docs.reelpay.com/payment-api/api-interface.md)
- [Webhook Notification](https://docs.reelpay.com/payment-api/webhook-notification.md)
- [SDK Instruction](https://docs.reelpay.com/sdk-instruction.md)
- [Error Code](https://docs.reelpay.com/error-code.md)
- [Change Record](https://docs.reelpay.com/changes/change-record.md)
- [ReelPay Privacy Policy](https://docs.reelpay.com/reelpay-policy/reelpay-privacy-policy.md)
- [Disclaimer for Purchasers](https://docs.reelpay.com/reelpay-policy/disclaimer-for-purchasers.md)
- [Terms of Use](https://docs.reelpay.com/reelpay-policy/terms-of-use.md)
- [AML/CTF Policy](https://docs.reelpay.com/reelpay-policy/aml-ctf-policy.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.reelpay.com/reelpay-for-merchant/what-is-reelpay.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.
