Payments
List Transactions
Read the payment ledger across all your merchants, with masked customer references
GET
Read-only payment ledger, strictly scoped to organizations owned by your account. Customer references are masked. Supports filtering by status, organization, and a free-text search over Stripe ids / customer.
This endpoint reflects charges created by Telzino AI agents during calls — it does not create payments. An
organization_id filter for an organization outside your account simply returns no rows.Query Parameters
string
Filter by transaction status. One of
created, paid, abandoned, failed, refunded.string
Restrict results to a single merchant you own.Example:
123e4567-e89b-12d3-a456-426614174000string
Free-text search over Stripe ids and the (masked) customer reference.
integer
default:"50"
Maximum rows to return. Capped at
100.integer
default:"0"
Number of rows to skip, for pagination.
