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
string
required
The IP record ID to remove.

