_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. Capabilities
Connectivity

Capabilities

The Connectivity Service provides a connector framework that integrates with payment providers and exposes a stable set of capabilities per connector — fetching accounts, balances, payments, initiating transfers, and so on. This page is the per-connector capability inventory.

You can also create your own custom connectors by implementing the Connector Framework and taking inspiration from the existing connectors in the GitHub repository.

For operational guidance — polling cadence, monitoring schedules, health checks, and recovery — see Operations.

Supported processors#

The Edition column shows which connectors ship in the open-source Community edition (CE) versus the Enterprise edition (EE). Connectors marked EE require an EE license to install.

ConnectorEditionAccountsExternal AccountsBalancesTransactionsBank Account CreationTransfer InitiationPayout Initiation
adyenCE✅❌❌❌❌❌❌
atlarCE✅✅❌✅❌❌❌
bankingbridgeEE✅❌✅✅❌❌❌
bankingcircleCE✅❌✅✅✅✅✅
coinbaseprimeEE✅❌✅✅❌❌❌
columnCE✅✅✅✅✅✅✅
currencycloudCE✅✅✅✅❌✅✅
fireblocksEE✅❌✅✅❌❌❌
genericCE✅✅✅✅❌✅✅
increaseCE✅✅✅✅✅✅✅
mangopayCE✅✅✅✅✅✅✅
modulrCE✅✅✅✅❌✅✅
moneycorpCE✅✅✅✅❌✅✅
plaidCE✅✅✅✅❌❌❌
powensCE✅✅✅✅❌❌❌
qontoCE✅✅✅✅❌❌❌
stripeCE✅✅✅✅❌✅✅
tinkCE✅✅✅✅❌❌❌
wiseCE✅✅✅✅❌✅✅

Capabilities definitions#

Accounts#

Provide the ability to fetch internal accounts from the payment provider. Internal accounts are accounts where you have operational control, such as digital e-wallets or payment service provider accounts.

External Accounts#

Provide the ability to fetch external accounts, which represent accounts used as destinations for transfers, such as the user's bank accounts.

Accounts Balances#

Provide the ability to fetch the internal accounts balances. It is important to note that none of the payment providers supports the fetching of the balances history for accounts.

Transactions#

Provide the ability to fetch the transactions happening on the payment provider and relate them to the accounts previously fetched.

Bank Account Creation#

Provide the ability to create a bank account on the payment provider side. This is useful when you want to create a bank account for a user and then initiate a payout to that bank account.

Transfer Initiation#

Provide the ability to initiate a transfer from one internal account to another internal account.

Payout Initiation#

Provide the ability to initiate a payout to an external account from an internal account.

ConnectivityOperations
On This Page
  • Supported processors
  • Capabilities definitions