Skip to content

api-evangelist/formance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formance (formance)

Formance builds open-source financial infrastructure for money movement. The platform pairs a programmable double-entry Ledger (with the Numscript DSL) with a unified Payments connectivity layer and Flows orchestration, plus Wallets, Reconciliation, Auth, and Webhooks. It is delivered as open-source components and as a managed multi-tenant Formance Cloud, exposing REST APIs secured with OAuth2 client-credentials Bearer tokens.

APIs.json: https://raw.githubusercontent.com/api-evangelist/formance/refs/heads/main/apis.yml

Tags

  • Financial Infrastructure
  • Ledger
  • Double-Entry Accounting
  • Payments
  • Orchestration
  • Money Movement
  • Open Source
  • Fintech

Timestamps

  • Created: 2026-07-01
  • Modified: 2026-07-01

Authentication

All Formance APIs are secured with OAuth2 client-credentials. Exchange a client id and secret at POST /api/auth/oauth/token for a Bearer access token, then send it as Authorization: Bearer <token> on every request. Modules are served under per-module path prefixes (for example /api/ledger, /api/payments) on a single Formance Cloud stack host, https://{organization}.{environment}.formance.cloud.

APIs

Formance Ledger API

The programmable, open-source double-entry Ledger (v2). Create ledgers, post immutable transactions with multi-posting sources and destinations, read accounts, balances, aggregated balances and volumes, attach metadata, revert transactions, and model complex money flows with the Numscript DSL. Supports bulk requests and a full transaction/account log.

Tags

  • Ledger
  • Double-Entry Accounting
  • Transactions
  • Accounts
  • Balances
  • Numscript

Properties

Formance Payments API

Unified Payments connectivity layer. Install and configure connectors to payment processors and banks (Stripe, Wise, Mangopay, Adyen, and more), ingest payments and accounts, manage bank accounts, initiate and manage transfers / payment initiations, and group accounts into pools with aggregated balances. Available as v1 and the expanded v3 API surface.

Tags

  • Payments
  • Connectors
  • Bank Accounts
  • Transfer Initiation
  • Pools

Properties

Formance Orchestration API

Flows orchestration engine (v2) for composing durable financial workflows across the Ledger, Payments, and Wallets. Define and run workflows, inspect workflow instances and their stage history, and wire event-driven triggers that launch workflows in response to platform events.

Tags

  • Orchestration
  • Flows
  • Workflows
  • Triggers
  • Money Movement

Properties

Formance Wallets API

White-label Wallets service built on top of the Ledger. Create and list wallets and named balances, credit and debit wallets, place and confirm or void holds (authorization-then-capture), and read wallet summaries, balances, and transactions.

Tags

  • Wallets
  • Balances
  • Holds
  • Credit
  • Debit

Properties

Formance Reconciliation API

Reconciliation toolkit for auditing assets under management. Define reconciliation policies, run reconciliations that compare Ledger balances against payments-side balances at a point in time, and list or retrieve reconciliation results.

Tags

  • Reconciliation
  • Policies
  • Audit
  • Assets Under Management

Properties

Formance Auth API

OAuth2 / OIDC authorization server for the platform. Issue client-credentials access tokens, manage OAuth clients and their secrets, list users, and read the OpenID Connect well-known configuration used to secure every other Formance API.

Tags

  • Auth
  • OAuth2
  • Clients
  • Identity
  • OIDC

Properties

Formance Webhooks API

Manage webhook subscriptions that deliver platform events (ledger, payments, wallets, and orchestration) to your endpoints. Insert and list configs, activate or deactivate them, rotate signing secrets, and send test events.

Tags

  • Webhooks
  • Events
  • Subscriptions

Properties

Formance Search API

Full-platform Search service that indexes ledger transactions and accounts, payments, and other resources so they can be queried across modules from a single endpoint, with a target/terms query model.

Tags

  • Search
  • Indexing
  • Query

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors