# Retrieve the financial summary for a specified booking Retrieve a detailed financial summary for a specific booking within the Property Management System (PMS). This includes all charges, payments, and adjustments related to the booking, providing a comprehensive overview of the booking's financial status. This endpoint ensures that all financial transactions linked to the booking are accessible, facilitating efficient financial management and tracking. Endpoint: GET /api/v3/bookings/{id}/financialSummary Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `total` (object) - `total.gross` (number) - `total.net` (number) - `total.vat` (number) - `totalDueNow` (object) - `totalOutstanding` (number) - `currencySymbol` (string) - `currencyCode` (string)