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

Enable Banking Accounts data API

The Accounts data API from Enable Banking — 4 operation(s) for accounts data.

Enable Banking Accounts data API is one of 4 APIs that Enable Banking publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Accounts data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, a JSON-LD context, pricing, an engineering blog, and 4 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 28 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0-3030f99c.

Requests are made against 2 base URLs: https://api.enablebanking.com, https://api.tilisy.com.

4 operations 4 paths 28 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0-3030f99c
Base URL
https://api.enablebanking.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Enable Banking Accounts data API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — In order to get access to this API you need to: - Generate a private RSA key and a self-signed certificate; - Upload the certificate to enablebanking.com and g…

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.

Accounts data 4
GET
/accounts/{account_id}/details
Get account details
get_account_accounts__account_id__details_get 9 params → 200400401403404408422429
GET
/accounts/{account_id}/balances
Get account balances
get_account_balances_accounts__account_id__balances_get 9 params → 200400401403404408422429
GET
/accounts/{account_id}/transactions
Get account transactions
get_account_transactions_accounts__account_id__transactions_get 14 params → 200400401403404408422429
GET
/accounts/{account_id}/transactions/{transaction_id}
Get transaction details
get_transaction_accounts__account_id__transactions__transaction_id__get 10 params → 200400401403404408422429

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are Transaction (24 properties), AccountResource (16 properties), PostalAddress (10 properties), BalanceResource (6 properties). Each schema is shown below with its type and property counts.

GenericIdentification
object
3 properties 2 required
RateType
string
AccountResource
object
16 properties 4 required
ReferenceNumberScheme
string
TransactionStatus
string
CashAccountType
string
AmountType
object
2 properties 2 required
AccountIdentification
object
2 properties
HalTransactions
object
2 properties 1 required
BalanceStatus
string
PostalAddress
object
10 properties
ErrorResponse
object
4 properties 1 required
FinancialInstitutionIdentification
object
3 properties
TransactionsFetchStrategy
string
BankTransactionCode
object
3 properties
SchemeName
string
ClearingSystemMemberIdentification
object
2 properties
Usage
string
ContactDetails
object
2 properties
HalBalances
object
1 property 1 required
CreditDebitIndicator
string
Transaction
object
24 properties 3 required
AddressType
string
ExchangeRate
object
5 properties
PartyIdentification
object
5 properties
ErrorCode
string
BalanceResource
object
6 properties 3 required
CurrencyCode
string
Specifies the currency of the amount or of the account according the ISO 4217 standard

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enable-banking-accounts-data-api-openapi.yml Raw ↑

Other APIs Enable Banking publishes across the network.

Enable Banking Misc API
Enable Banking Payments API
Enable Banking User sessions API