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.
Psd2AisConsentParameter
Structured PSD2 consent definition for Account Information Service scopes.
Explicit account identifiers granted for PSD2_AIS (Account Information Service) access. If accountIds are not set, the consent will apply to all PSU accounts available at the ASPSP.
Whether balances can be read.
PSU (Payment Service User) IP address (IPv4 or IPv6 format)
Locale string (format: xx-yy, e.g., 'sv-SE', 'en-GB', 'no-NO'), recommended for proper localization of consent flows and user communications.
Whether transactions can be fetched.
Requested expiration date for the consent (format: YYYY-MM-DD). The ASPSP may enforce a shorter expiration period than requested.
{ "accountIds": [], "balances": true, "psuIpAddress": "192.168.1.1", "psuLocale": "sv-SE", "transactions": true, "validUntil": "2026-12-31"}