This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | The endpoint to use for making requests to the Bank Frick API | string | https://olbsandbox.bankfrick.li/webapi/v2 |
||
✅ | API_KEY | The API key to use for making requests to the Bank Frick API | string | ||
PAGE_SIZE | The number of accounts to fetch per call to /accounts. Must be >= 1 and <= 500. | number | 500 |
||
✅ | PRIVATE_KEY | string |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | accounts | accounts |
accounts
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | ibanIDs | The list of account ids included in the sum of balances | string[] | |||||
signingAlgorithm | What signing algorithm is used to sign and verify authorization data, one of rsa-sha256, rsa-sha384, or rsa-sha512 | string | rsa-sha256 , rsa-sha384 , rsa-sha512 |
rsa-sha512 |
Request:
{
"data": {
"endpoint": "accounts",
"ibanIDs": ["LI6808811000000012345", "LI6808811000000045345"],
"signingAlgorithm": "rsa-sha512"
}
}
MIT License