# Wallet to wallet

The wallet-to-wallet payment option offered by 8Pay is specifically designed for single payments. It allows users to make payments without the need to connect their personal wallets directly. Instead, users can choose to send the payment amount to an intermediary wallet provided by 8Pay.&#x20;

It's important to note that for each payment session, a new wallet address is generated by 8Pay. This means that a unique wallet is assigned to each payment, ensuring a high level of security.

From there, the funds are transferred to the merchant's wallet, completing the transaction. This option offers users an added layer of convenience and privacy, as they can make payments without disclosing their personal wallet information.

## Payments

A wallet-to-wallet payment is uniquely identified by its id.

The tag parameter can be used for an alternative way of identification or classification.

{% content-ref url="/pages/-MaSoqdF7VAs5Kvx3vGu" %}
[Payments](/api/one-time/payments.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/api/wallet-to-wallet.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.
