{
"accountId": "<string>",
"lastAccessedAt": "2023-11-07T05:31:56Z"
}Open Banking
Trigger a transaction fetch for an open banking account
Queues a transaction fetch for the account, starting at the last successful access. The fetch runs asynchronously. Fetches are rate limited per account (EBICS: 15 minutes, other providers: 6 hours) to protect the quotas of the banking providers.
Required permissions:open-banking:fetch-transactionsPOST
/
api
/
open-banking-accounts
/
{id}
/
fetch-transactions
{
"accountId": "<string>",
"lastAccessedAt": "2023-11-07T05:31:56Z"
}Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pfadparameter
OpenBankingAccount identifier
War diese Seite hilfreich?