> For the complete documentation index, see [llms.txt](https://docs.lhv.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lhv.com/home/connect/overview/code-reference-tables/bacs-direct-debit-reversal-reason.md).

# Bacs Direct Debit Reversal Reason

<table><thead><tr><th width="110">Code</th><th>Description</th></tr></thead><tbody><tr><td>A</td><td>Invalid originating sorting code and/or account number (bank originated)</td></tr><tr><td>B</td><td>Invalid originating sorting code and/or account number (customer originated)</td></tr><tr><td>C</td><td>Invalid destination sorting code, originating sorting code, and/or account number (bank originated)</td></tr><tr><td>D</td><td>Invalid destination sorting code, originating sorting code, and/or account number (customer originated)</td></tr><tr><td>E</td><td>Invalid destination sorting code</td></tr><tr><td>F</td><td>Invalid type of account, originating sorting code, and/or account number (bank originated)</td></tr><tr><td>G</td><td>Invalid type of account, originating sorting code, and/or account number (customer originated)</td></tr><tr><td>H</td><td>Invalid sorting code, account type, or originating sorting code/account number (bank originated)</td></tr><tr><td>I</td><td>Invalid sorting code, account type, or originating sorting code/account number (customer originated)</td></tr><tr><td>J</td><td>Invalid destination sorting code and type of account</td></tr><tr><td>K</td><td>Invalid type of account</td></tr><tr><td>L</td><td>Multiple invalid fields including destination account number and account name</td></tr><tr><td>M</td><td>Invalid destination account number and account name</td></tr><tr><td>N</td><td>Amendments made to contra record</td></tr><tr><td>O</td><td>Amendments made to contra record</td></tr><tr><td>P</td><td>Valid originating account, unsupported currency (customer)</td></tr><tr><td>Q</td><td>Automated reversal item by Bacs</td></tr><tr><td>R</td><td>Same day reversal item by Bacs</td></tr><tr><td>S</td><td>Automated recall item</td></tr><tr><td>T</td><td>Invalid originating account, unsupported currency (customer)</td></tr><tr><td>U</td><td>Invalid unpaid Direct Debit reference (bank originated)</td></tr><tr><td>X</td><td>Invalid originator’s service user number (bank originated)</td></tr><tr><td>Z</td><td>Invalid unpaid Direct Debit reference and other fields (bank originated)</td></tr></tbody></table>


---

# 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://docs.lhv.com/home/connect/overview/code-reference-tables/bacs-direct-debit-reversal-reason.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.
