> ## 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.

# Managing Bank Transfer Settings

> Overview of the Bank Transfer plugin settings — credentials, connection, webhook, limits, hours, fee policy, and change history.

The **Settings** page centralizes every configuration the Bank Transfer plugin needs to operate. It groups settings into six sections and keeps a full history of changes so you can audit who changed what and when.

## Accessing Settings

***

<Steps>
  <Step title="Open Bank Transfer">
    From the Midaz Module sidebar, expand **Bank Transfer**.
  </Step>

  <Step title="Click Settings">
    Select **Settings** in the submenu.
  </Step>
</Steps>

The page has two tabs:

* **Settings** — six configuration sections (default tab).
* **History** — full audit log of every change applied to the settings.

## Editing and saving

***

Each section can be expanded or collapsed independently. The **Save** button in the toolbar at the top of the page submits only the fields you actually changed, so clicking **Save** without edits has no effect.

* **Save** — persists all changed fields across every section at once.
* **Discard** — resets the form to the current saved values.

A toast confirms *Settings saved successfully* when the save completes, or *Failed to save settings. Please try again.* if something goes wrong.

<Note>
  The plugin only sends fields that actually changed — you do not have to re-enter values in sections you did not touch.
</Note>

## The six configuration sections

***

<Columns cols={2}>
  <Card title="JD Credentials" icon="key" horizontal href="/en/rails/ted/console/bt-configuring-jd-credentials">
    Authentication credentials for the JD SPB integration.
  </Card>

  <Card title="JD Connection" icon="plug" horizontal href="/en/rails/ted/console/bt-configuring-jd-connection">
    Origin ISPB and the JD SPB base URL.
  </Card>

  <Card title="Usage Limits" icon="gauge-high" horizontal href="/en/rails/ted/console/bt-configuring-usage-limits">
    Daily and monthly transfer caps.
  </Card>

  <Card title="Operating Hours" icon="clock" horizontal href="/en/rails/ted/console/bt-configuring-operating-hours">
    Window during which TED transfers are processed.
  </Card>

  <Card title="Fee Policy" icon="coins" horizontal href="/en/rails/ted/console/bt-configuring-fee-policy">
    Fail-closed default and maximum fee amount.
  </Card>
</Columns>

Most sections display a status badge in their header:

* **Configured** / **Not Configured** for JD Credentials, JD Connection, and Operating Hours — based on whether their key fields are filled in.
* **Enabled** / **Disabled** for the toggle-based sections (Webhook, Usage Limits).

The Fee Policy section does not show a status badge.

## Change history

***

Switch to the **History** tab to review every change applied to the settings, including who made the change and when.

<Card title="Viewing Settings History" icon="clock-rotate-left" horizontal href="/en/rails/ted/console/bt-viewing-settings-history">
  See the full audit log of settings changes.
</Card>
