# H2H-интеграция (White Label)

**Host2Host (H2H)** — white-label вариант API-интеграции без переадресации на платежную страницу. Реквизиты оплаты передаются в вашу систему и отображаются в вашем интерфейсе, статусы платежей поступают через API-уведомления.

**Как подключить H2H:**

1. Получите API-ключи в настройках проекта.
2. Создайте счет через API с параметром `cryptocurrency`.
3. Получите адрес, сеть и сумму и отобразите их пользователю.
4. Обработайте Postback-уведомление о платеже.
5. При необходимости проверяйте статус счета по INV через API.

Подробное техническое описание методов и параметров доступно в [документации для разработчиков](https://docs.cryptocloud.plus/ru/api-reference-v2/h2h).


---

# 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://support.cryptocloud.plus/ru/integration/h2h.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.
