Objects
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.
Psd2AisConsentScope
PSD2 AIS consent scope with account access details
accountIdsArray<string>
Bank account identifiers this consent grants access to. When absent, the consent covers all accounts available at the bank.
balancesboolean
Whether this consent grants permission to read account balances.
transactionsboolean
Whether this consent grants permission to fetch account transactions.
typestring
Scope type discriminator.
Possible Enum values are
PSD2_AIS.Properties inherited from: ConsentScope
typestring
Possible Enum values are
PSD2_AIS or LEFI.Example
{ "accountIds": [ "EE382200***" ], "balances": true, "transactions": true, "type": "PSD2_AIS"}