# Expired Payment

A one-time payment link must have a maximum expiration time as configured by your merchant. If your payment has expired and no transaction has been recorded on the blockchain you should return to the merchant website and create a new payment link.

If you have already sent the crypto transaction and are seeing the expired payment message, it might not have been broadcasted on the network. Once processed we will update the payment page as soon as it is reflected.\
\
Payments are confirmed after receiving several confirmations from the Blockchain network. The final confirmation time depends on the load on the Blockchain network and the funding you have configured.


---

# 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.monolo.io/expired-payment.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.
