Skip to main content
IP allowlisting lets you lock down your Yativo API integration so that only requests originating from your approved server IPs are accepted. Any API call from an unregistered IP returns 403 Forbidden. This is a strongly recommended security control for production integrations — particularly for payout and wallet operations.
IP allowlisting is enforced at the API level. Once you add any IP address, requests from all other IPs will be rejected. Only add IPs after you have confirmed your server’s outbound IP address.

List Allowlisted IPs


Add IP Address

Requires Idempotency-Key header.
string
required
The IPv4 address to allowlist (e.g. "203.0.113.10"). CIDR ranges are not supported — add individual IPs.
string
A descriptive label for this IP (e.g. "Production server", "CI/CD runner").

Update IP Address

string
required
The IP record ID to update.
string
required
The new IP address to replace the existing one.

Remove IP Address

Removing all IPs effectively disables allowlisting — all IPs will be permitted again. If you want to maintain the restriction, always keep at least one IP in the list.
string
required
The IP record ID to remove.