> For the complete documentation index, see [llms.txt](https://guide.eprocessify.com/invoices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.eprocessify.com/invoices/payments/how-do-i-send-a-payment-receipt-to-the-customer.md).

# How do I send a payment receipt to the customer?

**Step 1:**                                                                                                                                                                                                          Click the plus button on the top right side of the panel.

<figure><img src="/files/Yah1oHfkevstJ7OEiLgW" alt="" width="563"><figcaption></figcaption></figure>

**Step 2:**                                                                                                                                                                                              From the options that appear, select "**Add Payments**." Next, select the entity you wish to add the payment to and choose the customer.

<figure><img src="/files/gphHU1fDMK10VT3w6Dc0" alt="" width="563"><figcaption></figcaption></figure>

**Step 3:**                                                                                                                                                                   After that, choose the customer from the list who has made the payment.    &#x20;

<figure><img src="/files/WGIefjTsqePX8l73wg6Y" alt="" width="563"><figcaption></figcaption></figure>

**Step 4:**                                                                                                                                                                   Now, the system will show up all the invoices of that customer. Once you have identified the invoice for which you have received payment, click on 'add payment'.

<figure><img src="/files/BFTdpwyTl6KHj7rsPOaN" alt="" width="563"><figcaption></figcaption></figure>

**Step 5:**                                                                                                                                                                                            Enter the necessary details about the payment (such as Payment Amount, Payment Type, etc.)&#x20;

<figure><img src="/files/KkjjF3bp1qnlmP9rnacf" alt="" width="563"><figcaption></figcaption></figure>

**Step 6:**                                                                                                                                                                                                           Then click on send payment receipt to the customer, you can tick the 'send payment receipt' box directly.

<figure><img src="/files/dZzFcQMD0FoMZEN7Y6id" alt="" width="563"><figcaption></figcaption></figure>

**Step 7:**                                                                                                                                                                                           Once you have finalized the payment details, click the 'save' button to store the information.

<figure><img src="/files/6IN1kUbpcs9HTi7LICtw" alt="" width="563"><figcaption></figcaption></figure>

And this is how you can send the payment receipt to the customer on eProcessify.


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.eprocessify.com/invoices/payments/how-do-i-send-a-payment-receipt-to-the-customer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
