Hi, please use any public available webhook test service to see the data we send. There is no problem with webhooks, we have many clients who are using it.
I canceled reservations, edit some and nothing being triggered for the bookings created through the api
but for the bookings created through the simplybook dashboard the callback actually worked
yes, I’m receiving the create / edit / cancel request but only for the bookings created through the simplybook dashboard
for the bookings created through the API I don’t receive any response
as you can see, I created this booking through the API just now
“24yc19sss
Created by client
12-11-2025 14:33”
Hi, you have price for the service.
Please pass
{
handle_invoice: true
}
to the $additional parameter.
Then after you confirm payment you will receive webhook.
SO when i remove accept payment plugin, it works
but i need to enable i could display prices, i found in accept payment plugin this option
“For those who don’t process online payments and only want to display prices, it may be helpful to skip this step.
Skip the payment confirmation step:”
when enabled now the callback don’t trigger