Booking Endpoints
Create a transaction for a booking
Create a new transaction (money log entry) for the specified booking.
This creates a credit note transaction with the specified amount and description. The transaction will be associated with the booking and its customer.
All amounts should be provided as positive integers in the smallest currency unit (cents/pence) - e.g., £10.50 should be provided as 1050.
post/bookings/{code}/transactions.json
Path parameters
codestring required
The booking code
Headers
Authorizationstring required
Request body
Response
Transaction created successfully