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

# Banking Networks

> SEPA, SWIFT, and local payment network connectors

# Banking Networks

Connect to major banking and payment networks.

## Available Networks

| Network         | Coverage | Type                 |
| --------------- | -------- | -------------------- |
| **SEPA**        | Eurozone | Credit/Debit/Instant |
| **SWIFT**       | Global   | Wire transfers       |
| **Local Rails** | Regional | Domestic payments    |

## SEPA Services

* SEPA Credit Transfer (SCT)
* SEPA Direct Debit (SDD)
* SEPA Instant (SCT Inst)

## SWIFT Services

* MT messages (legacy)
* MX messages (ISO 20022)
* SWIFT gpi tracking

## Integration

```json theme={null}
{
  "connector": "banking_networks",
  "network": "sepa_sct",
  "amount": 1000.00,
  "currency": "EUR",
  "creditor_iban": "DE89370400440532013000"
}
```

## See Also

* [Acquiring & IPG](/paas/connectors/acquiring-ipg) - Card acquiring and payment gateway
