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
- In your Paystrator dashboard, go to:
Settings โ Developers - Youโll see three tabs:
API Keys
IP Whitelist
โ (this one)Webhooks
- Enter your public IPv4 address (e.g., 123.45.67.89).
- 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