Dieses Projekt demonstriert anhand zweier konkreter Anwendungsfälle (AIS und PIS) die Anforderungen, UX-Flows und API-Spezifikationen einer Open-Banking-Schnittstelle im Schweizer Kontext.
open-banking-api-ux-prototype/
|
├── README.md <- Projektbeschreibung und Einstieg
├── /docs
│ ├─ use-case-AIS.md <- Kontoinformationszugriff (AIS)
│ ├─ use-case-PIS.md <- Zahlungsauslösung (PIS)
│ ├─ user-stories.md <- User Stories (Endnutzer, TPP, Bank)
│ ├─ ux-design.md <- Struktur des Axure-Prototyps
│ ├─ requirements.md <- API- und UX-Anforderungen
│ ├─ api-spec-openapi.yaml <- Technische OpenAPI-Spezifikation
│ └─ standards-comparison.md <- Vergleich gängiger Standards (NextGenPSD2, OpenWealth, Swiss OB)
|
├── /prototype
│ ├─ screens-ais.png
│ └─ screens-pis.png
- UX-Prototyping: Axure RP
- API-Spezifikation: OpenAPI 3.0 (YAML)
- Dokumentation: Markdown
- Mockup-Screens AIS & PIS
- Use Case AIS
- Use Case PIS
- User Stories
- API Definition (OpenAPI)
- Standardvergleich
- README finalisieren