Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The IP Whitelist feature adds an extra layer of security by restricting API access to specific, trusted IP addresses (such as your backend servers). By default, if this list is empty, API requests from all IP addresses are allowed provided they have a valid API token.

Adding an IP Address to the Whitelist

Follow these steps to restrict access:
  1. In the Developers tab, locate the IP Whitelist block.
  2. In the input field, enter the trusted IP address or subnet mask (for example, 192.168.1.1 or 10.0.0.0/24).
Screen 60
  1. Click the Add button.
⚠️ Important: Once you add at least one IP address to this list, the system will automatically block API requests originating from any IP address not included in the whitelist. Before adding an IP, ensure you are specifying your server’s correct outbound IP address to avoid accidentally locking out your own application.