IP Whitelist Configuration Guide

To secure your API interactions with Paystrator, you must register your server’s public IP address.
This ensures Paystrator can authenticate your requests and block unauthorized traffic.


📌 Where to Find IP Whitelist Settings

  1. In your Paystrator dashboard, go to:
    SettingsDevelopers
  2. You’ll see three tabs:
  • API Keys
  • IP Whitelist ← (this one)
  • Webhooks
  1. Enter your public IPv4 address (e.g., 123.45.67.89).
  2. Click Save.
💡

You can add multiple IPs if your system uses load balancers or multiple environments.


Why IP Whitelisting Matters

Paystrator uses IP whitelisting to:

  • ✅ Authenticate incoming API requests
  • ✅ Block spoofed or unauthorized traffic
  • ✅ Enhance the security of both sandbox and production environments
🔍

If you are behind a proxy or NAT, be sure to enter the public IP exposed to the internet.


▶️ Next Step

Now that your IP is whitelisted, configure your webhook endpoint so Paystrator can send you transaction updates

👉 Webhook Configuration Guide