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

Teller Transactions API

Account transaction history

Teller Transactions API is one of 4 APIs that Teller publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Transactions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a getting-started guide, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2020-10-12.

Requests are made against a single base URL, https://api.teller.io.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2020-10-12
Base URL
https://api.teller.io
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Teller Transactions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerMtls).

  • BearerMtls — Access token obtained via Teller Connect when a user successfully enrolls their bank account. Must be used together with a Teller client certificate (mTLS). En…

Paths & Operations 2

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

Transactions 2

Account transaction history

GET
/accounts/{account_id}/transactions
List Transactions
listTransactions 5 params → 200401404429
GET
/accounts/{account_id}/transactions/{transaction_id}
Get Transaction
getTransaction 2 params → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Transaction (10 properties), TransactionDetails (3 properties). Each schema is shown below with its type and property counts.

TransactionDetails
object
3 properties
Transaction
object
A financial transaction on a bank account
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teller-transactions-api-openapi.yml Raw ↑

Other APIs Teller publishes across the network.

Teller Accounts API
Teller Identity API
Teller Institutions API