Kontomatik · Capability

Ais Account Information

Ais Account Information is a Naftiko capability published by Kontomatik, one of 7 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

ais-account-information.yaml Raw ↑
id: kontomatik-ais-account-information
name: Kontomatik Account Information Service
description: |
  Connect end-user bank accounts via PSD2 AIS, retrieve owner, account, and
  transaction data, and manage Multiple Access consent tokens for up to 180-day
  continuous access.
provider: kontomatik
api: kontomatik-ais-api
operations:
- operationId: initiateRedirectionSignIn
  description: Start a redirection-based bank authentication flow.
- operationId: getRedirectionSignInStatus
  description: Poll the redirection sign-in status.
- operationId: startDefaultImport
  description: Start a background import once the user has authenticated.
- operationId: getCommandById
  description: Poll an import command and retrieve owner/account/transaction results.
- operationId: reuseMultipleAccess
  description: Reuse a Multiple Access consent token to fetch fresh data without reauthentication.
- operationId: deleteMultipleAccess
  description: Revoke a Multiple Access consent token.
- operationId: getAisCatalog
  description: List the supported AIS targets (banks) and their access modes.
inputs:
- name: target
  description: Bank identifier from the AIS catalog.
- name: accessMode
  description: SINGLE, MULTIPLE, or MIXED.
- name: ownerExternalId
  description: Stable client-side owner identifier for aggregation.
outputs:
- name: owners
- name: accounts
- name: transactions
- name: multipleAccessToken
tags:
- OpenBanking
- AIS
- PSD2
- BankData