v1

latestOpenAPI 3.0.2Jammed Bookings2026-07-147540124.9 KB
Booking Endpoints

List booking transactions

Returns all money log transactions for the specified booking, ordered by most recent first.

This includes payments, refunds, credit notes, and other financial transactions associated with the booking.

get/bookings/{code}/transactions.json

Path parameters

codestring required

The booking code

Headers

Authorizationstring required

Response

successful operation

idinteger

Unique identifier for the money log entry

sourcestring

The source/type of the transaction

amountinteger

Transaction amount in cents/pence

currency_codestring

Currency code (e.g., GBP, USD, EUR)

created_atinteger

Unix timestamp when the transaction was created

display_amountstring

Formatted amount with currency symbol

refundboolean

Whether this transaction is a refund

successboolean

Whether the transaction was successful

titlestring

Display title for the transaction

descriptionstring nullable

Description of the transaction (for credit notes)

manual_typestring nullable

Type of manual transaction (for credit notes)