- 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!

