Calculate price for a property stay
POST/developer/properties/:id/get-price
Calculate the total price for a property stay including any applicable discounts, cleaning fees, and service fees. Returns the property charge, discount amount, final total in GBP, number of nights, and price per night. A response code of 0 means available; non-zero codes indicate conflicts or restrictions. Call this before creating a booking to show the guest accurate pricing.
Request
Responses
- 200
- 400
- 403
- 404
- 422
- 429
Price calculation result with total, fees, discounts, and availability status
Bad request — malformed body
Invalid API key, IP not whitelisted, or origin not allowed
Property not found
Validation failed — check message array for details
Rate limit exceeded — check Retry-After header