Migrated from Redmine #1218 | Author: Federico barenghi
Status: New | Priority: High, I’m very impatient | Created: 2024-04-18
Hi i’m trying to integrate your api to book, use my private payment system and then confirm the booking.
There is a way to set the book automatically if the payment is not confirmed after like 10 minutes?
I’m using the rest api admin/bookings with these parameters.
{
count: 1,
start_datetime: convertDateToInput(selectedDate) + " " + selectedTime,
provider_id: selectedProvider.id,
category_id: selectedCategory.id,
service_id: selectedService.id,
client_id: user.id,
payment_received:false,
accept_payment:true,
payment_processor:“delay”
},