Objects
Consent
Response representing a consent record.
companystring
Bank/provider 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 Psd2AisConsentScopeDto subtype. View the full schema for full details.
PSD2 AIS consent scope with account access details
accountIdsArray<string>
balancesboolean
transactionsboolean
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"}