# Retrieve the prices for a booking Retrieve price information about a specific booking within the Property Management System (PMS). This will provide the booking total and due prices with Gross, Net and Vat. Endpoint: GET /api/v3/bookings/{id}/pricing Version: 3.0.12 Security: X-Auth-Token ## Path parameters: - `id` (integer, required) ID of the booking ## Query parameters: - `bookingTotal` (boolean) Only include accommodation and extra invoices when room stay is booked otherwise include all invoices ## Response 200 fields (application/json): - `total` (object) The due now booking amount - `total.gross` (number) - `total.net` (number) - `total.vat` (number) - `totalDueNow` (object) The due now booking amount - `totalOutstanding` (number) The id of the booking - `currencySymbol` (string) The booking currency symbol - `currencyCode` (string) The booking currency code