Account Information Access
The Account Information Access extension enables an Account Information Service Provider (AISP) to request consented access to a customer's payment account information using an SCA Attestation presented from their EUDI Wallet. The flow follows the TS12 Electronic Payments SCA Implementation with Wallet specification.
How it works
- The organisation enables the Account Information Access extension from the dashboard.
- An administrator configures the service description shown to the customer and the account attributes to request (e.g. IBAN, BIC, currency).
- When a customer needs to grant account access, a verification request with an
urn:eudi:sca:account_access:1transaction data payload is triggered using the configured presentation definition. - The customer reviews the service, AISP identifier and scope of access, and presents an SCA Attestation from their EUDI Wallet.
- The system verifies the presentation, its Key Binding JWT and the dynamic link to the transaction, and completes the account access consent.
Configuration
Account access request
Configure the account attributes the AISP requests from the customer's Payment Account Credential:
| Attribute | Description |
|---|---|
iban | International Bank Account Number |
bic | Bank Identifier Code |
currency | Account currency |
Transaction data
The verification request includes an urn:eudi:sca:account_access:1 transaction data object describing the AISP, what is being requested, and the service description shown to the customer:
| Field | Type | Description |
|---|---|---|
transaction_id | String | Unique identifier for the account access transaction |
date_time | DateTime | Timestamp of the access request |
aisp | Object | The Account Information Service Provider requesting access |
├─ legal_name | String | Legal name of the AISP |
├─ brand_name | String | Brand name of the AISP |
└─ domain_name | String | Domain of the AISP |
description | String | Human-readable service description shown to the customer |
Integration
Once configured, the system automatically generates an SCA Attestation Presentation Definition bound to the urn:eudi:sca:account_access:1 transaction data type. This presentation definition can be viewed from the extension configuration page and is used when initiating account access requests via the API.
API endpoints:
- GET
/v3/config/extension/account-information-access- Retrieve current configuration