Objects
Psd2AisConsentParameter
Structured PSD2 consent definition for Account Information Service scopes.
accountIdsArray<string>
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.
balancesboolean
Whether balances can be read.
psuIpAddressstring
PSU (Payment Service User) IP address (IPv4 or IPv6 format)
psuLocalestring
Locale string (format: xx-yy, e.g., 'sv-SE', 'en-GB', 'no-NO'), recommended for proper localization of consent flows and user communications.
transactionsboolean
Whether transactions can be fetched.
validUntilstring[date]
Requested expiration date for the consent (format: YYYY-MM-DD). The ASPSP may enforce a shorter expiration period than requested.
Properties inherited from: ConsentParameter
typestring
Example
{ "accountIds": [], "balances": true, "psuIpAddress": "192.168.1.1", "psuLocale": "sv-SE", "transactions": true, "validUntil": "2026-12-31"}