> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Bank Transfer (TED) via Helm

> Helm chart installation and version reference for the Bank Transfer (TED) plugin.

The Bank Transfer plugin enables Brazilian bank transfers (TED) through the Lerian platform. It handles outbound and inbound TED transactions with settlement processing and reconciliation.

<Note>
  The Bank Transfer plugin requires an Enterprise license. Contact Lerian for access to plugin images and deployment credentials.
</Note>

## Prerequisites

***

* A running Midaz deployment (v3.x or later).
* Enterprise license and registry credentials.

## OCI registry

***

```bash theme={null}
oci://registry-1.docker.io/lerianstudio/plugin-br-bank-transfer-helm
```

## Installation

***

```bash theme={null}
helm install plugin-bank-transfer oci://registry-1.docker.io/lerianstudio/plugin-br-bank-transfer-helm --version <version> -n midaz-plugins --create-namespace
```

## Version compatibility

***

| Chart version | appVersion |
| :------------ | :--------- |
| 1.1.0         | 2.1.0      |

For the full cross-product compatibility matrix, see [Version compatibility](/en/platform/helm/helm-version-compatibility).

## Resources

***

* [Bank Transfer documentation](/en/midaz/plugins/ted/ted-overview)
* [Helm chart repository](https://github.com/LerianStudio/helm)
