Bookings
Cancellation Fee
Returns the cancellation fee for a specific booking, if applicable.
GET
Cancellation Fee
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Cancellation Fee
Returns the cancellation fee that would apply if the customer cancels a specific booking. Used to show a confirmation dialog before proceeding with cancellation.This endpoint uses the
/en/ legacy route prefix rather than /api/public/.Authentication
Requires a valid customer bearer token.Query Parameters
Numeric identifier of the booking to check.
Response
Returns the cancellation fee details.Examples
Check cancellation fee
TypeScript Integration
Cancellation Fee