# Advanced Settings

## ⚙️ Advanced Widget Settings

### **Reusable Address (Toggle)**

{% hint style="warning" %}
This feature is only applicable for Purchase Address widget type.
{% endhint %}

* **Enabled** – The same deposit address will be used for each transaction.
* Useful for recurring or identifiable customers.
* Can be reused for new deposits without creating a new widget.
* **Disabled** – A new, unique deposit address is generated per session/transaction.![](/files/TpHPY9ekcjpqgZaPmSeW)

### **Expiration Time**

{% hint style="warning" %}
This feature is only applicable for Purchase Address widget type.
{% endhint %}

* Set a time window (in **minutes**) for how long the widget will remain valid after being opened.
* This can be changed per blockchain as well, depending on  the setting
* Example: `15 minutes`, `60 minutes`.

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

### **Expiration Time Action**

{% hint style="warning" %}
This feature is only applicable for Purchase Address widget type.
{% endhint %}

What should happen when the widget expires?

* **Fail the request** – The transaction is invalidated.
* **Update the rate of the POS transaction** – The widget remains usable, but the rate will refresh based on current market price.

<div align="left"><figure><img src="/files/TsVo5qD3INWtq0BUNaYf" alt=""><figcaption></figcaption></figure></div>

### Accept Partial Payment (Toggle)

{% hint style="warning" %}
This feature is only applicable for Purchase Address widget type.
{% endhint %}

* **Enabled** – The widget will accept any amount deposited, even if it doesn’t match the target amount.
* Use this when the deposit can vary or when customer balance might be uncertain.
* Partial deposits will still be marked successful and trigger webhook notifications if applicable.![](/files/axg1BWzDBqoGhmdYGdSN)

### Redirect URL

* This field is where you enter the URL where the customer will be sent upon successful purchase.
* inabit will be add the identifier to the redirect URL.

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

### Webhook URL

* inabit will use this URL to send back webhook callbacks/notifications to this address.

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


---

# 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.inabit.com/inabit-terminal/terminal-guide/creating-widgets/advanced-settings.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.
