# Retrieve a finance account from within the Property Management System (PMS) using its unique ID. Fetch a list of all finance accounts within the Property Management System (PMS). If the specified sales invoice ID does not exist, a 404 Not Found error will be returned. In case of an unexpected system error, a 500 Internal Server Error will be triggered. Endpoint: GET /api/v3/financeAccounts/{id} Version: 3.0.13 Security: OAuth2 ## Path parameters: - `id` (integer, required) Unique identifier of the Finance Account ## Response 200 fields