Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Holvi Account Information API

AISP endpoints - read Holvi customer payment accounts and payments.

Holvi Account Information API is one of 4 APIs that Holvi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account Information. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://api.psd2.holvi.com.

4 operations 4 paths 4 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.psd2.holvi.com
Authentication
API Key, API Key, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 4

Holvi Account Information API declares 4 security schemes for authenticating requests. An API key is passed in the header as X-Holvi-Client-Id (HolviClientId). An API key is passed in the header as X-Holvi-Client-Secret (HolviClientSecret). An API key is passed in the header as Signature (HolviSignatureHeader). It accepts HTTP bearer tokens (JWT) (HolviBearer). By default, every request must be authenticated.

  • HolviClientId — Client ID identifying the TPP application (from approved onboarding).
  • HolviClientSecret — Client Secret authenticating the TPP (from approved onboarding).
  • HolviSignatureHeader — Application-level HTTP message signature (Draft Cavage HTTP Signatures v10, RSA-SHA256, key = 2048-bit) over (request-target), Host, Date [, Content-Type, Dige…
  • HolviBearer — PSU consent JWT access token from the consent token exchange.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Account Information 4

AISP endpoints - read Holvi customer payment accounts and payments.

GET
/api/v2/payment-accounts/
List payment accounts
listPaymentAccounts → 200401
GET
/api/v2/payment-accounts/{uuid}/
Get a payment account
getPaymentAccount 1 param → 200401
GET
/api/v2/payment-accounts/{uuid}/payments/
List payments for a payment account
listPayments 6 params → 200401
GET
/api/v2/payment-accounts/{payment_account_uuid}/payments/{payment_uuid}/
Get a payment
getPayment 2 params → 200401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Payment (14 properties), Counterparty (11 properties), PaymentAccount (10 properties), PaginatedPayments (4 properties). Each schema is shown below with its type and property counts.

Payment
object
14 properties
PaginatedPayments
object
Django-REST-Framework style page-number pagination envelope.
4 properties
Counterparty
object
11 properties
PaymentAccount
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

holvi-account-information-api-openapi.yml Raw ↑

Other APIs Holvi publishes across the network.

Holvi Consent API
Holvi Payment Initiation API
Holvi Third Party Provider API