# Credit and Debit

Photographers have the option to include a transaction credit or debit for particular clients, intended for future use. This provides an alternative to issuing refunds, offering referral credits, or implementing promotions. Conversely, if clients have outstanding credits awaiting application and their payment is still pending, you have the ability to debit their balance accordingly.

## Adding Credit or Debit to a Customer’s Profile

To access this, navigate to the **Users Management > Users**. From there, choose the customer you wish to apply a credit/debit transaction to, proceed to their "**Balance and Payments**" tab, click on "**Add a transaction**," and opt for either **Credit** or **Debit**.

Step-by-step Instructions:

1. Head over to **User Management** and click the customer's name.

<figure><img src="/files/U1BB55FXVZy3nLJ1JkKB" alt=""><figcaption></figcaption></figure>

2. Within the customer's profile, locate the section labeled "**Balance and Payments.**" Upon clicking, you'll find a summary of their balance, including both credit and debit amounts, along with their payment history and referral code.

<figure><img src="/files/gvaq80EOWDhrB7Sf6mYG" alt=""><figcaption></figcaption></figure>

3. Choose "**Add a Transaction**" and opt for Credit or Debit. Input the Amount, provide a description detailing the reason for applying the credit/debit, and include an internal note visible only to you and your team. Finally, click on the "**Apply the credit balance**" button to complete the process.

<figure><img src="/files/62ZbhReNuKQenQF1MaCQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Adding a debit transaction will deduct the amount from your credit balance.
{% endhint %}

## **Applying a Credit to an Order**

### As an Admin <a href="#h_58cb379b08" id="h_58cb379b08"></a>

1. Go to User **Management > Users** and select your customer's profile. Make sure the customer has the appropriate credit balance.

<figure><img src="/files/wKMeaOzJt7oGybKkkC7C" alt=""><figcaption></figcaption></figure>

2\. Select "Add a transaction", choose debit as the transaction type, and enter the amount. It will then deduct that debit from their credit balance.

<figure><img src="/files/y58bJk4gyXNKFK59c5xA" alt=""><figcaption></figcaption></figure>

3. After applying the debit to the customer's profile, go to Orders Management and choose the corresponding order to apply the credit then click "Change invoice".

<figure><img src="/files/cXewNjRZ3VuqH3v6cEDq" alt=""><figcaption></figcaption></figure>

4. Select discount as the type of item, flat discount as the type of payment, and then enter the client's credit that you deducted from his account on step 2. Lastly, click "Add" to finish.

<figure><img src="/files/1aZCrpil3LFBZbFDWvTd" alt=""><figcaption></figcaption></figure>

### As an Agent <a href="#h_3c93439138" id="h_3c93439138"></a>

1. Agents should follow the [Booking Flow Method](/order-management/creating-orders-for-your-customers.md#booking-flow-method):
   * Enter the property details.
   * Choose the desired services and/or packages.
   * Select the date and time slots.
   * Provide any necessary notes.
2. In the payment details section, agents can choose to utilize credits for payment. Simply mark the corresponding box, and the system will automatically apply the available credit. Finally, click on "**Submit order**" to complete the transaction.

<figure><img src="/files/UEVBwxFP9zdk0OEPkvfV" alt=""><figcaption></figcaption></figure>


---

# 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/users/credit-and-debit.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.
