# Whitelist IP addresses and URLs

To ensure security and enable interaction with API requests, you must provide a list of IP addresses and URLs to be added to the WhiteList.

### Callback Submission

* A URL address will be used for sending callbacks related to operations.
* When creating requests, the `notificationUrl` parameter must contain the URL to which the [Callback](https://docs.merchant.alb.ua/en/payment-methods-h2h/callback) will be sent.
* The URL address can be dynamic.

### IP Address Requirements

* The IP address must follow the IPv4 protocol.
* The provided IP address format must be `'192.168.1.1'`.

### URL Address Requirements

* Must support HTTPS (e.g., `https://docs.merchant.alb.ua/`).
* The server must be available 24/7 to receive notifications.
* Must correctly process requests in JSON format.


---

# 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/en/dictionary/whitelist-ip-addresses-and-urls.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.
