- Postman Collection β explore and send example API requests.
- Hackathon Starter Kit β run a full-stack sandbox app that demonstrates secure Open Finance usage.
π§° Option 1: Postman Collection
The Postman Collection gives you a quick, hands-on way to experience the Open Finance API workflows. It includes a series of pre-configured requests that walk you through:- Creating consents
- Exchanging tokens
- Accessing account, payment, and product data
π» Option 2: Hackathon Starter Kit
For those who want to build and test full applications, the Starter Kit provides a complete development environment. This starter kit gives teams a fast, full-stack head start for building applications with Open Finance APIs.It includes:
- A Node.js backend (Express.js) for API routing
- Secure handling of sensitive data using
crypto-jsandjose(for JWTs and encryption) - Axios utilities for making API requests
- A Vite-based frontend for interactive testing and visualization
π‘ Recommendation
If youβre new to Open Finance, start with the Hackathon Starter Kit.Itβs the easiest way to see the end-to-end flow, understand how authentication and API calls work together, and start building something real. Once youβre comfortable, use the Postman Collection to explore the APIs in more depth.
π‘ Tip: Both tools use the same Open Finance Sandbox β choose the one that fits your workflow best!

