_Docs/
Get StartedModulesPlatformDeployCookbookChangelogReference
_Stack
_Modules
  • Ledger
  • Numscript
  • Connectivity
    • Capabilities
    • Operations
    • Accounts
    • Payments
    • Transfer Initiation
    • Account Pools
    • Payment Service Users
    • Connectors
      • Generic ConnectorEE
        • Getting Started
        • How it Works
      • PSP Connectors
        • Adyen
        • Atlar
        • Bankingcircle
        • Column
        • Currencycloud
        • Increase
        • Mangopay
        • Modulr
        • Moneycorp
        • Qonto
        • Stripe
        • Wise
        • Banking BridgeEE
        • RoutableEE
      • Exchange Connectors
        • Coinbase PrimeEE
          • Payments
          • Conversions
          • Orders
        • FireblocksEE
        • BitstampEE
      • Open BankingEE
        • Getting Started with Open Banking
        • Plaid
        • Tink
        • Powens
      • Build a connector
  • WalletsEE
  • FlowsEE
  • ReconciliationEE
  1. Modules
  2. Connectivity
  3. Connectors
  4. PSP Connectors
  5. Banking Bridge
Banking Bridge
PSP Connectors

Banking Bridge

Connect a Banking Bridge workspace to Formance Connectivity to sync accounts, balances, and payments.

Requires payments 3.3.0+.

The Banking Bridge connector polls a Banking Bridge workspace and surfaces its accounts, balances, and payments to the Connectivity service as read-only streams. It first ships in Connectivity module 3.3.0 (the upcoming release that lands with stack v3.3).

Banking Bridge is the most extensive consumer of the per-payment metadata enrichment pattern across Formance connectors today — payments arrive with end-to-end IDs, mandate IDs, clearing-system references, creditor reference info, and similar PSP-specific fields under the com.formance.connectors.bankingbridge. metadata namespace. See Operations for the cross-cutting pattern (under "Payment reference enrichment").

This page is a placeholder. A full reference — installation, configuration fields, capability mapping, metadata inventory — is being authored in a follow-up. The connector source lives at formancehq/payments/ee/plugins/bankingbridge; the mapping spec is in MAPPINGS.md alongside the code.

Capabilities#

The Banking Bridge connector currently exposes:

  • FetchAccounts — internal accounts from the Banking Bridge workspace.
  • FetchBalances — per-account balances.
  • FetchPayments — payment activity, with extensive PSP-specific reference enrichment under com.formance.connectors.bankingbridge..

Payouts, transfers, bank-account creation, and webhook delivery are not yet implemented.

WiseRoutable
On This Page
  • Capabilities