Is there a booking API I can use to customize my own bookings for our shop? I want to basically send XML or JSON or something to you all that tells when a booking is for, how long and how many stations along with the name phone number etc…
problem is your booking software can’t discount for multiple stations and I don’t want to pay someone else to code something I could make myself with a simple HTTP POST. Documents outlining how to do this would be ideal.
also for whatever reason your booking software does not properly request to square properly. It combines taxes and cost which throws off my books every day someone books and pays ahead. I have to go back and look to see what the cost before taxes is for every booking and modify my books to properly show how much was made and how much was collected for sales tax. This is another reason I want the API. I can fix the square’s api calls for charges so this isn’t a problem anymore.