Booking.com has some questions regarding the proposed batch validation endpoint in the STRR API
- Is there a way to guarantee that we will have a result returned immediately? providing a callback URL that is accessible over the public internet is not simple (e.g. auth and security concerns) and immediate results are much preferable to us to fit in with our current validation architecture. Eventually we can move away from requiring batch validation, but that is not feasible before H2 at the earliest.
- In the schema we’ve seen, there’s no response body schema. Is it possible to share this schema, and if its different, what the request body of the callback will look like?
- Is the callback URL paradigm guaranteed or is it liable to change?