# One Time

The One Time feature is designed for non-subscription transactions, making it ideal for e-commerce purchases. Additionally, it offers the convenient functionality of splitting payments across multiple recipients. This empowers merchants to effortlessly handle transactions involving multiple parties.

## Payments

A one-time payment is uniquely identified by its transaction hash.

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/one-time.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.
