# Short URLs

In this section, we'll explore how 8Pay uses short URLs to simplify the integration of its versatile billing models into various applications and platforms. These short URLs streamline the process, making it easier for users to access and interact with different billing models.

### One Time/Wallet-to-Wallet

When users visit a one-time Short URL, user have two payment options

* Connecting a wallet to send a transaction to OneTime contract
* Sending the amount to an intermediary 8Pay wallet (**Wallet-to-Wallet**)

The Wallet-to-Wallet option is especially useful if the funds are sent from an exchange or a third party wallet that the user does not control.&#x20;

It requires an additional fee due to more network costs, that we'll call **Service Fee** from now on.

The creator of the Short URL has the flexibility to decide whether he wants to charge the payer for the Service Fee or deduct the amount from the receivers. This can be achieved by checking a specific checkbox while creating the Short URL from the web-app or, if you're using the API, through the *chargeReceiversForServiceFee* parameter.&#x20;

<figure><img src="/files/jILrA40V8zP6WH8xjfJP" alt="" width="563"><figcaption></figcaption></figure>

{% content-ref url="/pages/-MaSzrWdLzHtcb0RPola" %}
[Short Urls](/api/one-time/short-urls.md)
{% endcontent-ref %}

### Fixed Recurring

{% content-ref url="/pages/-MahDh5K5UdY-O7bu8dW" %}
[Short Urls](/api/fixed-recurring/short-urls.md)
{% endcontent-ref %}

### On Demand

{% content-ref url="/pages/-Mam2vBRJ1od\_luAqzrG" %}
[Short Urls](/api/variable-recurring/short-urls.md)
{% endcontent-ref %}

### On Demand

{% content-ref url="/pages/-Mam7-L4WA3IxK6AHJK7" %}
[Short Urls](/api/on-demand/short-urls.md)
{% endcontent-ref %}


---

# 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.8pay.network/integrations/short-urls.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.
