You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The security deposit amount ("securityDeposit") is returned by the booking-enquiry endpoint. It is up to the client to decide if the SD is due to be paid at the time of booking. If it is due it should be added to the "depositAmount" to work out the total payment due by the customer.
As a rule of thumb, most agencies take the SD with the balance payment so you can normally say -
if depositAmount = totalPrice then totalPayment = depositAmount + securityDeposit
If you are paying the SD you don't need to do anything other than specify the payment amount including the SD when you register the payment.