Tool 10 · Open Banking

Open Banking API Explorer + Rate Limit Simulator

Explore mock Open Banking and CFPB 1033 API responses. Simulate rate limiting, token refresh, and consent flows. Switch between UK Open Banking and US CFPB standards.

Zero PII · Client-Side Only UK OB · CFPB 1033 429 Throttle Sim · Retry Generator
18
Mock Endpoints
Accounts, Balances, Transactions, Payments
2
Standards
UK Open Banking v3.1 + CFPB 1033
JS + PY
Retry Code
Generated for your rate limit config
0
API Calls Made
All responses are mock / local
· All API responses are mock JSON generated locally in your browser. No network calls are made. This tool demonstrates Open Banking response schemas for educational and prototyping purposes.
Accounts
GET
/accounts
List all accounts
GET
/accounts/{id}
Account detail
Balances
GET
/balances
All account balances
GET
/accounts/{id}/balances
Balances for account
Transactions
GET
/transactions
All transactions
GET
/accounts/{id}/transactions
Transactions for account
Payments
POST
/payment-initiations
Initiate payment
POST
/domestic-payment-consents
Create consent
Identity
GET
/accounts/{id}/party
Account holder info
Standing Orders
GET
/accounts/{id}/standing-orders
Standing orders
200 OK GET/accounts
Mock Response — Editable
Response Headers

What is this? The Open Banking API Explorer lets you browse mock responses for UK Open Banking v3.1 and US CFPB 1033 endpoint schemas side-by-side. All JSON is generated locally and is fully editable — use it for prototyping, documentation, and developer onboarding.

UK Open Banking v3.1 is the FCA-mandated standard implemented by the UK's nine largest banks (CMA9) and hundreds of third-party providers. It covers account info, payment initiation, and confirmation of funds.

CFPB Section 1033 (finalized 2024) grants US consumers the right to access their financial data through standardized APIs, modeled after FDATA and Financial Data Exchange (FDX) conventions. Covered institutions must implement compliant data-sharing APIs by 2026–2030 depending on asset size.

Key differences: UK OB uses GBP-centric schemas with ISOs 20022 payment types; CFPB 1033 uses FDX JSON with USD. UK OB requires Strong Customer Authentication (SCA); CFPB relies on OAuth 2.0 / PKCE with permissioning rules per the final rule.

  • All responses are entirely mock — no real data is returned, no network calls are made.
  • JSON in the editor is editable for prototyping and documentation workflows.
  • Use Mode 2 (UK vs US Compare) for a side-by-side schema comparison.
  • Use Mode 3 (Rate Limit Simulator) to model 429 throttling and optimal throughput.
·
This tool runs entirely in your browser. No data is transmitted to any server. All calculations and file processing happen locally on your device. No cookies, no analytics, no PII collected or stored.