---
title: "Recent transactions"
method: GET
path: "/recent_transactions"
tags: ["Reporting Endpoints"]
---

# Recent transactions

`GET /recent_transactions`

Today's and yesterday's transaction totals by payment method (Stripe, Square, manual cash/card/other).

## Headers

- `Authorization` string, required

## Response `200`

Transaction summaries

- object
  - `today` TransactionSummary
    - `date` string
    - `stripe` integer
    - `stripe_refunds` integer
    - `square` integer
    - `square_refunds` integer
    - `square_terminal` integer
    - `square_terminal_refunds` integer
    - `manual_total` integer
    - `manual_cash` integer
    - `manual_card` integer
    - `manual_other` integer
    - `total_taken` integer
    - `total_refunded` integer
    - `total` integer
  - `yesterday` TransactionSummary
    - `date` string
    - `stripe` integer
    - `stripe_refunds` integer
    - `square` integer
    - `square_refunds` integer
    - `square_terminal` integer
    - `square_terminal_refunds` integer
    - `manual_total` integer
    - `manual_cash` integer
    - `manual_card` integer
    - `manual_other` integer
    - `total_taken` integer
    - `total_refunded` integer
    - `total` integer

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/3fc6a6f91b06/schema)
