v1

latestOpenAPI 3.0.2Jammed Bookings2026-07-147540124.9 KB
Booking Endpoints

Charge saved card

Create a payment request and immediately charge the customer's saved card. This is a collection action — it creates a new payment request and settles it in one step.

post/bookings/{code}/payment_requests/charge

Path parameters

codestring required

Booking code

Headers

Authorizationstring required

Request body

priceinteger required

Amount in minor currency units (pence/cents). Must be an integer.

use_payment_methodstring

Response

Payment taken

status'ok' | 'error'
messagestring