The customer identity behind the accounts — readable only with the ReadParty permission.
The Party microservice implements the BIAN Party Reference Data service domain and the OBIE /party resource. It returns the customer identity associated with an account, released only when the authorised consent carries the ReadParty (or ReadPartyPSU) permission.
Speaks the OBIE contract on the wire. A selection of the endpoints this service exposes:
| Method | Path | Purpose |
|---|---|---|
| GET | /accounts/{id}/party | Read the party for an account (ReadParty permission) |
| GET | /party | Read the PSU party (ReadPartyPSU permission) |
Clone the repo and start the service with an in-memory store. No database required to try it.
# clone and run (in-memory store, no infra) git clone https://github.com/Sreenivas-Sadhu-Prabhakara/openbank-party.git cd openbank-party && go run . # it is now serving OBIE on :8085 curl localhost:8085/health
openbank-bian rebuilds UK Open Banking as five consent-first services. Explore the rest: