Sandbox testing · Postman

Postman Collection 2 min read

A Postman collection provided to the UAE Open Finance ecosystem to help LFIs and TPPs test their API implementations against the Open Finance Trust Framework. The collection covers the full sandbox flow — TPP registration, consent, authorization, and payments — and can be downloaded pre-configured for your application from the Getting Started page.

GitHub repository
Nebras-Open-Finance / postman

The two .postman_collection.json files at the root of the repository are the published surface — import either one into Postman to start using it.

banking.postman_collection.jsonBanking collection — consent, account & transaction data, payment initiation, Confirmation of Payee, products & leads, ATMs, and webhooks.
insurance.postman_collection.jsonInsurance collection — consent, policy data sharing, quotation, revocation, and webhooks.
mainLive source of truth — published, authoritative, externally consumable. New implementers should work from the latest version on main.
other branchesDrafts of future content (for example a forthcoming v2.2). The Nebras Open Finance team will announce when draft content is ready for ecosystem review.
Open on GitHub
Collections

What's inside

Folders inside each .postman_collection.json, the role they require, and what they cover.

Banking

V1.2 · V2.0 · V2.1 (current)
FolderRoleDescription
Data SharingBDSPConsent lifecycle plus account, balance, transaction, beneficiary, standing order, and party data. Available in application/json and application/jwt formats.
Service Initiation — DomesticBSIPAll payment consent types: single instant (including CoP and multi-auth variants), all six multi-payment schedule types, delegated SCA, and refunds.
Service Initiation — InternationalBSIPSingle instant and fixed periodic schedule for cross-border transfers.
Confirmation of PayeeBSIPTwo-step name verification: discovery (API Hub) then confirmation (resolved LFI). Client credentials flow, application/jwt throughout.
Products, LeadsBDSPOpen data endpoints — no user consent required.
ATMsBDSPATM location and service data published by LFIs. No user consent required.
WebhooksSimulate JWE-encrypted event receipt and 202 Accepted response.

Insurance

V2.1 (current)
FolderDescription
Data SharingConsent and access to insurance policy information.
QuotationInsurance quote retrieval following consent.
RevokeConsent revocation by ID or group ID.
Webhooks / Do FailWebhook receipt testing and failure simulation.