# Payment Errors

During booking, if your customers are paying a deposit or full invoice before receiving their assets, they may receive an error from Square.

The errors the customer receives may be generic and not very helpful to them. However, you can pull some more information about what the error included on the backend.

Under Order Details, click **Payment Details**.

![](/files/kn6NtBkqmSOGgkWX89xj)

In this example, the user had typed "-$120.00" instead of "$120.00".

![](/files/Vm65Smf6IDZdy5CyB2Tk)

These errors are generated by Square, not us. However, the error may not be this clear and so you may need to do a quick google to learn more from Square. If you have any questions, reach out to Tonomo support.


---

# 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.getautonomo.com/order-management/payment-errors.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.
