Browse Transactions

A GET to the /transactions endpoint allows your application to retrieve all a tenants Transactions.

📘

Looking for a single transaction?

Browse Transactions will retrieve all transactions against a tenant. If you know your transaction id, consider using Read Transaction

Filters

Example

{{baseUrl}}/transactions?filter[total]=10&filter[receipt_ref]=123311&filter[tags.handle]=test

The above URL filters transactions where:
total = 10
receipt_ref = 122311
tags.handle = test

Attribute
profile_id
total
rounding
total_original
margin
external_id
deliver_at
transacted_at
timezone
receipt_is_email
receipt_ref
location_id
systems.handle
tags.handle
Language
Authorization
Header
URL