Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt

Use this file to discover all available pages before exploring further.

A transaction is a posted entry in a bank account’s ledger — a movement of funds in or out of the account, with the running balance after the post. Transactions are read-only; they are produced by upstream activity (transfers, fees, returns) and surfaced for reconciliation, statements, and end-user history.
GET /embedded-banking/v1/bank-accounts/{id}/transactions
Required scope: embedded:transaction:read.

On this guide

PageWhat it covers
Record shapeThe fields on a transaction record and the unsigned-amount + direction rule.
PaginationThe cursor contract, sweep loop, and the opaque-token rule.
FilteringDate-range filters supported by this endpoint and how they interact with paging.

Real-time updates

This endpoint is the on-demand view of the ledger. For push notifications when a new entry posts (or fails to post), subscribe to ledger webhook events — see Webhooks: event types.