IP Whitelisting: Secure Your API Access
IP whitelisting is a security feature that allows you to restrict access to your API to only trusted IP addresses. By specifying which IPs are allowed to interact with your system, you can prevent unauthorized access and protect your resources from potential threats.
How Does IP Whitelisting Work?
IP whitelisting works by maintaining a list of approved IP addresses. Any request coming from an IP address not on the whitelist will be automatically blocked.
How to Whitelist Your IP
We recommend whitelisting your IP address on the Fiablepay Dev Settings page. Here’s how:
- Go to the Developer Settings page.
- Navigate to the IP Whitelist section.
- Add your IP address and save the changes.

Example:
{
"ip_address": "152.59.85.224",
"comment": "Office network",
"status": "Inactive"
}