I collect all the information from the user, and I submit a booking using booking/create, and it returns a URL in request['url'] so I redirect the user to there, and they get a login prompt for Checkfront. Shouldn't they be able to check out without logging on?
Comments
Hmm, yeah, looks like for the moment the tokens you're getting are being tied to the logged in staff account. There is a static token you can use in the upcoming 3.0 update that should allow you to set up this sort of server-to-server application quicker for web bookings, but in the mean time the work-around will at least get it done.
Thanks, Kris. Looking forward to seeing the docs for the 3.0 update.