This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
ConsentStatusResponse
Response containing current consent status and authentication instructions
Authentication instructions. Present during AWAITING_AUTHORIZATION status.
Properties below are from the SwedishBankIdAutostartToken subtype. View the full schema for full details.
Swedish BankID autostart token authentication instructions
Auto-start token for Swedish BankID authentication
Company identifier.
The unique identifier of the consent
Timestamp when the consent was created
Error details. Present when status is FAILED.
Expiration timestamp of the consent. Present only when status is AUTHORIZED.
Recommended polling interval in milliseconds. Present for non-terminal statuses.
Timestamp when the consent was revoked. Present only when status is REVOKED.
The permissions granted under this consent, including which accounts and data types (balances, transactions) are accessible.
Properties below are from the Psd2AisConsentScope subtype. View the full schema for full details.
PSD2 AIS consent scope with account access details
Bank account identifiers this consent grants access to. When absent, the consent covers all accounts available at the bank.
Whether this consent grants permission to read account balances.
Whether this consent grants permission to fetch account transactions.
Scope type discriminator.
PSD2_AIS.The current status of the consent
INITIATED, AWAITING_AUTHORIZATION, AUTHORIZED, REVOKED, EXPIRED or FAILED.Timestamp when the status was last changed
{ "authInstructions": "-- Missing example --", "company": "se-nordea", "consentId": "550e8400-e29b-41d4-a716-446655440000", "createdAt": "2026-01-15T10:30:00Z", "error": { "code": "AUTHENTICATION_TIMEOUT", "message": "User did not complete BankID authentication within the time limit" }, "expiresAt": "2026-12-31T23:59:59Z", "pollingInterval": 1000, "revokedAt": "2026-01-20T15:00:00Z", "scope": "-- Missing example --", "status": "INITIATED", "statusChangedAt": "2026-01-15T10:31:00Z"}