The Allowed Accounts Object in Detail
{
"account_types": ?Array<Enum<'DEFAULT', 'SAVING', 'CREDITCARD', 'DEPOT'>>
}
account_types Enum[], optional
An array of account types that should stay in the filtered account list.
This array needs at least one element.
Possible values are:
DEFAULT
- A regular account.SAVING
- A savings account.CREDITCARD
- A credit card account.DEPOT
- A depot for broking or similar.
The filtering by account type will not be done if account_types
or the whole allowed_accounts
object is not provided.
Additionally to the allowed_accounts
filter the accounts are always also filtered by the capability to perform the requested flow.
Example
{
"account_types": ["DEFAULT", "SAVING"]
}