Objects
Consent
Response representing a consent record.
companystring
Company identifier.
consentIdstring
Unique identifier for the consent.
expiresAtstring[date-time]
Expiration timestamp for the consent.
scope
Requested consent scopes.
One of these types:
Properties below are from the Psd2AisConsentScope subtype. View the full schema for full details.
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.statusstring
Current status of the consent.
Possible Enum values are
INITIATED, AWAITING_AUTHORIZATION, AUTHORIZED, REVOKED, EXPIRED or FAILED.Example
{ "company": "se-demo-psd2", "consentId": "550e8400-e29b-41d4-a716-446655440000", "expiresAt": "2026-12-31T23:59:59Z", "scope": "-- Missing example --", "status": "INITIATED"}