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

# Connectors Overview

> Available FinHub PaaS connectors for system integration

# Connectors Overview

FinHub PaaS provides connectors for integrating your systems with financial networks and services.

## Available Connectors

<CardGroup cols={2}>
  <Card title="Payment Rails" icon="road" href="/paas/connectors/banking-networks">
    Payment network connectivity
  </Card>

  <Card title="Card Networks" icon="credit-card" href="/paas/connectors/acquiring-ipg">
    Card scheme integration
  </Card>

  <Card title="KYC Providers" icon="id-card" href="/paas/connectors/kyc-kyb">
    Identity verification
  </Card>

  <Card title="Banking Partners" icon="building-columns" href="/paas/connectors/banking-networks">
    Correspondent banking
  </Card>
</CardGroup>

## Connector Categories

### Payment Rails

Connect to payment networks:

| Connector       | Coverage         | Features          |
| --------------- | ---------------- | ----------------- |
| **SEPA**        | Eurozone         | SCT, SDD, Instant |
| **SWIFT**       | Global           | MT, MX messages   |
| **Local Rails** | Country-specific | Domestic payments |

### Card Networks

Integrate with card schemes:

| Connector      | Networks | Features                  |
| -------------- | -------- | ------------------------- |
| **Issuing**    | Visa, MC | Card issuance             |
| **Acquiring**  | Visa, MC | Payment acceptance        |
| **Processing** | All      | Authorization, settlement |

### KYC Providers

Connect to verification services:

| Connector     | Type            | Features             |
| ------------- | --------------- | -------------------- |
| **Document**  | ID verification | OCR, validation      |
| **Biometric** | Face matching   | Liveness, comparison |
| **Data**      | Database checks | PEP, sanctions       |

### Banking Partners

Access banking services:

| Connector         | Service       | Features          |
| ----------------- | ------------- | ----------------- |
| **Correspondent** | Nostro/Vostro | Account access    |
| **Clearing**      | Settlement    | Net settlement    |
| **FX**            | Currency      | Exchange services |

## Integration Model

All connectors follow a standard integration pattern:

1. **Authentication**: OAuth 2.0 credentials
2. **Configuration**: Connector-specific settings
3. **API Calls**: RESTful endpoints
4. **Webhooks**: Event notifications

## Next Steps

<CardGroup cols={2}>
  <Card title="Payment Rails" icon="road" href="/paas/connectors/banking-networks">
    Connect to payments
  </Card>

  <Card title="Integration Guide" icon="code" href="/paas/journey/integration">
    Start integrating
  </Card>
</CardGroup>
