[#861] Unable to create invoice.

Migrated from Redmine #861 | Author: naveen kumar
Status: New | Priority: Immediate, there is BUG! | Created: 2022-03-29


Hi team,
I am unable to create invoice when i passing payload to edit booking. accept payment = true
{
“count”: 1,
“start_datetime”: “2022-03-30 14:00:00”,
“end_datetime”: “2022-03-30 15:00:00”,
“location_id”: 1,
“category_id”: 1,
“service_id”: 11,
“client_id”: 1,
“provider_id”:“1”,
“accept_payment”:true,
“payment_processor”:“Credit card”
}

Redmine Admin wrote:

yes, you can’t do this by edit booking because invoices are not editable. You have to createw new booking

naveen kumar wrote:

Well, Is any endpoint to create invoice when payment process by third party SDK.