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.