# Important configurations

### &#x20;Whitelist IPs

Remember to ***include your IPs*** within the correct API's IP list, by simply entering the addresses manually.

{% hint style="success" %}
Pro-tip: you can insert an IP range if needed, like `192.168.1.0/24` and we will whitelist the whole range.
{% endhint %}

<figure><img src="/files/C0xNPN2oPwUmtgVR0sWJ" alt=""><figcaption></figcaption></figure>

### Configure default URLs

Is the section right below, you will find the default URL section. Please configure your default URLs for&#x20;

<figure><img src="/files/Vv8P3kpJtcYXzAwhdQh2" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="147.6796875">URL</th><th>Description</th></tr></thead><tbody><tr><td>Return URL</td><td>The Return URL is the address to which the user or system is redirected after completing the payment process in case of being redirected to one of checkout pages.</td></tr><tr><td>Refund URL</td><td>Whenever the status of a refund changes, we will send you an asynchronous notification to this URL.</td></tr><tr><td>Confirm URL</td><td>Whenever the status of a deposit changes, we will send you an asynchronous notification to this URL.</td></tr><tr><td>Withdrawal URL</td><td>Whenever the status of a payout changes, we will send you an asynchronous notification to this URL.</td></tr></tbody></table>

{% hint style="success" %}
Have in mind that this are default URLs and all of them can be overriden with specific URLs that can be included in the JSON request of the transaction. The default URLs will be used if no URL is declared in the API request.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandablue.com/guides/getting-started/important-configurations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
