Getting your IP address whitelisted

To establish secure communication between your application and Fincra, it is necessary to have your IP address whitelisted. Without your server IP address whitelisted, you would be unable to make any requests to our endpoints.

Fincra will respond with an error message when any non-whitelisted IP tries to access our endpoints.

{
    "success": false,
    "error": "Your IP address is not allowed to access this service",
    "errorType": "ACCESS_DENIED"
}

Also, note that you would not be able to access your API keys if you haven't submitted an IP address to be whitelisted.

Steps to getting your IP address whitelisted

Note: When you are in live mode, the IP address provided should be the public address of your server. You can also do the same for tests on the sandbox (test mode). However, we are not strict on specific IP addresses on test mode since we understand some of these tests might be done on Postman.

To whitelist your server IP address, follow the instructions below:

Step 1

Log in to your Fincra dashboard.

Step 2

Go to the account/settings page, which you can access via the menu once you click the profile icon.

Step 3

Navigate to the IP whitelisting tab.

Step 4

Input a valid server IP address.

If your IP address is dynamic and you would like to have any IP access using your credentials, you can set the IP address to the wildcard ip "0.0.0.0". We only accept actual IP addresses and not CIDR Blocks (e.g. 0.0.0.0/0).

Caution ⚠️⚠️: Exercise extreme caution when considering whitelisting 0.0.0.0. This action is strongly discouraged and is undertaken entirely at your own risk. It opens the door to requests from any IP address utilizing your API key. Fincra explicitly disclaims all responsibility for any consequences stemming from this decision.

Note, for dynamic IP to be in effect, you can only have one entry of "0.0.0.0". If you already inputted an IP before this, contact support to remove the previously inputted IP.

Step 5

Save changes.

Step 6

Check for a success notification.

Note

You are only allowed two IP address entries, which also counts when you change a previously inputted IP address. So, we recommend double-checking the inputted IP address before saving.

This means, that if you attempt to go above the set limit, you'll get the error attached below.