Migrated from Redmine #1208 | Author: Nicolas Abrovich Status: Feedback | Priority: High, I’m very impatient | Created: 2024-04-08
How can handle invoice when use book method and trigger only deposit payment like web version ??
I want to book with a pending payment, but only with the deposit. then create a second pending payment associated with this one for the rest of the deposit.
for example, I want to book a service that costs 60
on your site at the moment, it will automatically ask for an advance payment and wait for another manual payment of 50 euros. I would like to do the same thing with the public or private api.
I’d just like to know all the possible fields in the public api “BOOK”
category_id - Category id, if needed
location_id - Location id, if needed
client_membership_id - Client membership id
use_deposit - make deposit payment for initial payment
products - products/attributes
handle_invoice - required to use actual payment system
make_invoice - to make/not to make invoice for admin api only.