> 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/services/payments/instructions-for-swift-payment.md).

# Instructions for SWIFT Payment

SWIFT payment can be international GBP payment or UK high value domestic payment to CHAPS scheme. LHV Bank does not support SWIFT payment on behalf of another debtor.

SWIFT payments have currency-based cut-off times and settlement priority. See the full conditions on our [Payments page](https://www.lhv.com/financialinstitutions/payments).&#x20;

#### Priority codes

`PmtTpInf.LclInstrm.Prtry`

* For CHAPS payments, use the priority code  `EXPR`&#x20;
* For SWIFT payments, we recommend using `EXPR` or `HIGH`.

#### Charge Bearer codes

For charges bearer in `ChrgBr`, use `SLEV` or `SHAR` in CHAPS payments.

#### Purpose codes

We encourage the use of payment purpose codes in `Purp.Cd` to improve straight-through processing and compliance. For example, liquidity-related transfers should use the following external purpose code:

* LIMA — Liquidity Management

Full list of codes is available in [Transaction Purpose Codes](/home/connect/overview/code-reference-tables/purpose.md).

## CHAPS Payment

If a SWIFT payment is UK domestic, it must comply with the Bank of England CHAPS scheme rules.

For property-related payments, inclusion of a Purpose Code in `CtgyPurp.Cd` is mandatory.

Relevant CHAPS Property Purpose Codes:

* HLRP — Property Loan Repayment
* HLST — Property Loan Settlement
* PLDS — Property Loan Disbursement
* PDEP — Property Deposit
* PCOM — Property Completion Payment
* PLRF — Property Loan Refinancing

Full list of codes is available in [Category Purpose Codes](/home/connect/overview/code-reference-tables/category-purpose.md).

References

* Bank of England: [Mandating ISO 20022 enhanced data in CHAPS | Bank of England](https://www.bankofengland.co.uk/paper/2024/policy-statement/mandating-iso-20022-enhanced-data-in-chaps#_Property_Purpose_Codes)


---

# 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/services/payments/instructions-for-swift-payment.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.
