Changelog

2026-04-01

User Management API

New endpoints for managing users and sessions:

New schemas: UserResponse, CreateUserRequest, SessionResponse

New PSD2 Banking Data Support

This version introduces PSD2 Account Information Service (AIS) support for collecting banking data:

Consent Management

New consent lifecycle for PSD2 data collection:

  • Consent - Consent record with status tracking, expiration, and scope
  • CreateConsentRequest - Create PSD2 AIS consents with company, login method, and parameters
  • ConsentStatusResponse - Poll consent status with auth instructions (BankID QR code or autostart token) and recommended polling interval
  • ConsentError / ConsentStatusError - Structured error handling for consent failures
  • Consent status flow: INITIATED → AWAITING_AUTHORIZATION → AUTHORIZED | REVOKED | EXPIRED | FAILED

New Parameters