Square Node SDK - List Bookings

When I attempt to use this function (bookingsApi.listBookings) I seem to get a strange error response.

“An error occurred while cancelling the booking at square. Details: TypeError: this.bookingsApi.listBookings is not a function”

An odd message considering this end point on the SDK is supposed to list appointments not cancel them. his isn’t an attempt to cancel an appointment. Please advise.

:wave: What’s the applicationId that you got the error with?

I took a look at the API Logs for your application and I see only one call to ListBookings which was successful with all the bookings in the response. Also in the logs this error was never returned. It looks like the function that’s being called isn’t correctly configured call Square? :slightly_smiling_face: