> For the complete documentation index, see [llms.txt](https://ypt.gitbook.io/ypt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ypt.gitbook.io/ypt/transaction-status/what-does-the-transaction-status-reversal-mean-how-can-i-check-it.md).

# What does the transaction status "Reversal" mean? How can I check it?

1. A reversed transaction means that the transaction was not successfully completed and has been voided. In such cases, the order status may change from "Authorized" to "Reversal", typically within 1\~5 days. Since the transaction was not fully processed, the authorized amount is returned, and your balance remains unchanged.\
   \
   In the YPT app, the transaction status will update to "Reversal", and the amount will display as "0".\
   \
   Reversed transactions will not generate a new record in the app. Instead, you can find the original transaction in the same-day transaction history, where the deducted amount will show as "0".\
   \
   Check your transaction status in: YPT app > Home > Transaction History

2. If the merchant settles for an amount lower than the originally authorized amount, the system will automatically reverse the excess authorization and return the difference.\
   \
   Please note that whether the reversal is full or partial, the refund will only be processed after the final transaction settlement is completed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ypt.gitbook.io/ypt/transaction-status/what-does-the-transaction-status-reversal-mean-how-can-i-check-it.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.
