API Reference

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:
    Settings โ†’ Developers
  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