get https://rest.sandbox.karhoo.com/v1/bookings//cancel-fee
This endpoint returns the estimated cancellation fee for the booking.
If the cancellation is free at the moment of making the call, the
"cancellation_fee" field will be false. Otherwise the response will
contain the estimated cancellation amount if its available.
{
"cancellation_fee": true,
"fee": {
"currency": "GBP",
"type": "FIXED",
"value": 1000
}
}
{
"cancellation_fee":false
}