system
April 27, 2020, 1:12pm
1
Migrated from Redmine #523 | Author: Halldor Gislason
Status: Feedback | Priority: Normal | Created: 2020-04-27
I need to update a booking as Paid from an ERP and update the paid amount.
The booking itself is done either by the client and sometimes paid by the client using braintree.
In most cases though the client pays on the ERP pos where I fetch the booking using the API.
What I need to do is do update the booking as paid through the API - how is that done?
system
April 27, 2020, 1:36pm
2
Dmytro Bondarev wrote:
Hi to approve payment you can use @confirmInvoice @ method API documentation | SimplyBook.me Online Scheduling
Unfortunately custom amount is not allowed.
system
April 27, 2020, 1:49pm
3
Halldor Gislason wrote:
On the ERP the customer may get a discount and I need to reflect that on the booking - is that possible?
Other thing - confirmInvoice has a paymentSystem parameter - can I put any text in there(as it is something like “Charged to account” or paid on POS
system
April 27, 2020, 1:51pm
4
Dmytro Bondarev wrote:
On the ERP the customer may get a discount and I need to reflect that on the booking - is that possible?
Unfortunately it is not possible.
Other thing - confirmInvoice has a paymentSystem parameter - can I put any text in there(as it is something like “Charged to account” or paid on POS
Yes, you can
system
April 27, 2020, 2:01pm
5
Halldor Gislason wrote:
Thanks - it answers my Issue.
It would be great(and really essential) to be able to update the payment amount(or the price of the appointment) so that we can use the sales analysis information in SimplyBook - as it this will not reflect the actual charges.
Can I use the callback feature to manipulate the prices?
system
May 29, 2020, 10:47am
6
Halldor Gislason wrote:
How can I handle the case where an appointment does not have and invoice_id but I still need to confirm it as paid?