# WhiteListing IP-адрес та URL-адрес

Для забезпечення безпеки та отримати можливість працювати з API запитами, необхідно надати список **IP - адреси** та **URL - адреси**, що будуть додані до WhiteList.

**Для відправки Callback**

* URL - адреса, буде використовуватись, для надсилання [Callback](https://docs.merchant.alb.ua/platizhni-metodi-h2h/callback), по операціях.
* При створенні запитів у параметрі `"notificationUrl"`  потрібно вказати  URL- адресу на котру потрібно буде надіслано Callback.
* URL- адреса може буди динамічною.

**Вимоги до IP-адрес**

1. IP-адреса повинна відповідати протоколу IPv4
2. Формат надання IP - адреси повинен відповідати `'192.168.1.1'`

**Вимоги до URL-адрес**

1. Має підтримувати HTTPS (`https://docs.merchant.alb.ua/`)
2. Сервер має бути доступним 24/7 для отримання повідомлень
3. Повинен коректно обробляти запити у форматі JSON


---

# 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.merchant.alb.ua/dovidniki/whitelisting-ip-adres-ta-url-adres.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.
