# What does a payment look like on my customer's bank statement?

When a debit is made on your customer's bank account for an ACH payment the description line will list the invoice number and your company's name, for example: "INV-001 - My Corp LLC". However, some banks do not support this custom description and will instead only display "receivabl.es" or on rare occasions, nothing at all.

For credit card charges the description line on your customer's statement will list the invoice number and your company's name as above.


---

# 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.receivabl.es/my-customers/what-does-a-payment-look-like-on-my-customers-bank-statement.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.
