Update Balance
This endpoint enables you to add payment to sale record based on a sale id.
Endpoint
PUT
https://api.keepup.store/v2.0/sales/balance/{sale_id}
Headers
Authorization: Bearer API_KEY
Body Parameters
amount_paid
string
required
Amount paid for the sale.
alert_customer
string
optional
Whether to alert the customer (yes
, no
).
payment_type
string
optional
Method of payment.
date
string
optional
Date by which the sale should be settled (format: YYYY-MM-DD HH:MM).
Sample Requests
Sample Response
Last updated