# Pending Debits

### What is a pending debit?

A pending debt occurs when the customer tries to redeem their points. Immediately after redeeming their point during a purchase, a debit is created with the status `pending` . This means that the debt is not yet fully recorded into the customer account's history. Once the customer completes the order the debit status is then moved from `pending` to `committed` and the transaction will appear in the history. \
\
The `pending` state exists to prevent customers from gambling with the system. For example, a customer could try to redeem multiple orders at the same time and get more discounts than they are allocated. \
\
The `pending` debits can be seen in the admin dashboard as explained in the screenshot below.&#x20;

![](/files/-M2ncg3r56vnMHYERJEA)

### How to cancel a pending debit

If the customer cancels their redemption, the `pending` debit is automatically canceled and then the customer gets access to their full balance.&#x20;

In case the customer exit without completing the order. the `pending` debit is automatically canceled within 48 hours.&#x20;


---

# 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://help.trybeans.com/liana/redemption/pending-debits.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.
