Using WhiteListing
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.
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 Callbackarrow-up-right will be sent.
notificationUrl
The URL address can be dynamic.
The IP address must follow the IPv4 protocol.
The provided IP address format must be '192.168.1.1'.
'192.168.1.1'
Must support HTTPS (e.g., https://docs.merchant.alb.ua/).
https://docs.merchant.alb.ua/
The server must be available 24/7 to receive notifications.
Must correctly process requests in JSON format.
Last updated 2 months ago