# 2019-03-13 - Booking: Overview and feedback

## Summary

We ran through the [booking specification](https://www.openactive.io/open-booking-api/EditorsDraft) in more detail, including checking the direction taken on issues raised since the previous call. Everyone was broadly happy, with notable points raised which did not require updates to the spec:

* MLP emphasising for the importance of flexibility of payment provider, including decoupling of payment method from reconciliation.
* After a discussion on the value of having telephone number as a required field it was concluded that it would be best for this not be required at the API level, and for any such constraints to be applied on a contract level if required for specific scenarios.
* The usefulness of Offer overrides for flexibility of business models.
* The spec covers cancellations and refunds before the event has occurred, however it does not explicitly cover cancellations after the event has occurred (e.g. partial refunds are useful if for example floodlights shut out halfway through the event). These can be completed out-of-band, as they were considered an edge-case for this version of the specification.

As a result of the call we:

* Have left the [version issue](https://github.com/openactive/open-booking-api/issues/105) open for comment to seek wider feedback.
* Clarified the cancellation of events after they have occurred in the specification.

Additionally Izy requested feedback [her work](https://docs.google.com/document/d/1-z3KkQYch-qY1OKbk-o9WTEabIr-JGcRd55fEtKjQJg/edit) following the [last accessibility call](/meetings-archive/2018-10-24-accessibility-requirements.md).

## Slides

{% embed url="<https://docs.google.com/presentation/d/1b6sbpd0wwGx_ezWEk_wmr-ZoRdC04tYexhedsa1viYA/edit?usp=sharing>" %}

## Video

{% embed url="<https://youtu.be/7Zg4iRWRRj8>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://w3c.openactive.io/meetings-archive/2019-03-13-booking-overview-and-feedback.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
