Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.53 KB

Consents.md

File metadata and controls

15 lines (10 loc) · 1.53 KB

# Consents

Properties

Name Type Description Notes
access \BankIO\Sdk\Model\AccountAccess
recurring_indicator bool "true", if the consent is for recurring access to the account data. "false", if the consent is for one access to the account data.
valid_until \DateTime This parameter is defining a valid until date (including the mentioned date) for the requested consent. The content is the local ASPSP date in ISO-Date format, e.g. 2017-10-30. Future dates might get adjusted by ASPSP. If a maximal available date is requested, a date in far future is to be used: "9999-12-31". In both cases the consent object to be retrieved by the get consent request will contain the adjusted date.
frequency_per_day int This field indicates the requested maximum frequency for an access without PSU involvement per day. For a one-off access, this attribute is set to "1". The frequency needs to be greater equal to one. If not otherwise agreed bilaterally between TPP and ASPSP, the frequency is less equal to 4.
combined_service_indicator bool If "true" indicates that a payment initiation service will be addressed in the same "session".

[Back to Model list] [Back to API list] [Back to README]