Open Banking — Bank Catalog LIVE

qvtx_openbanking.py

What it is

Ingests the open-banking-tracker dataset (banks + aggregators) and makes every bank a routable QVTX network through the shared OPENBANKING bridge. Laptop-Claude curates the real bank list (from the country spreadsheet) and pushes JSON profiles incl. each bank's API-key acquisition steps.

How it works

API

endpointnotes
GET /api/openbankingcatalog count + sample
GET /api/openbanking/evaluate?id=<id>availability
GET /api/openbanking/route?id=<id>&need=send_moneyroute via Quanti+bridge

CLI

qvtx_openbanking.py sync [limit] | ingest | providers | get <id> | evaluate <id> | route <id> [need]

Example

route standard-chartered send_money -> Quanti -> OPENBANKING bridge -> axess.sc.com
What's real: Catalog + aggregators REAL (from the open dataset); routing + ByteIDs live. Per-bank API access is credential_required until laptop-Claude supplies the real key per the api_key steps.

← all services