Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 3.11 KB

File metadata and controls

57 lines (38 loc) · 3.11 KB

BANK_FRICK

1.1.26 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

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

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string accounts accounts

Accounts Endpoint

accounts is the only supported name for this endpoint.

Input Params

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

Example

Request:

{
  "data": {
    "endpoint": "accounts",
    "ibanIDs": ["LI6808811000000012345", "LI6808811000000045345"],
    "signingAlgorithm": "rsa-sha512"
  }
}

MIT License