Mark a payable as paid
Mark a payable as paid.
Payables can be paid using the payment channels offered by Monite or through external payment channels. In the latter case, the invoice is not automatically marked as paid in the system and needs to be converted to the paid status manually.
Optionally, it is possible to pass the comment
field in the request body, to describe how and when the invoice was
paid.
Notes:
- To use this endpoint with an entity user token, this entity user must have a role that includes the
pay
permission for payables. - The
amount_to_pay
field is automatically calculated based on theamount_due
less the percentage described in thepayment_terms.discount
value.
Related guide: Mark a payable as paid
See also:
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
UTC date and time when this payable was created. Timestamps follow the ISO 8601 format.
UTC date and time when this payable was last updated. Timestamps follow the ISO 8601 format.
Specifies how this payable was created in Monite: upload
- created via an API call, email
- sent via email to the entity’s mailbox.
Specifies how the property values of this payable were provided: ocr
- Monite OCR service extracted the values from the provided PDF or image file, user_specified
- values were added or updated via an API call.
How much is left to be paid on the invoice (in minor units).
How much was paid on the invoice (in minor units).
How much is left to be paid on the invoice (in minor units) with discounts from payment terms.
Object representing de-normalized counterpart data. Filled at the moment of invoice submitting for approval or payment.
The ID of the role that the entity user who created this payable had at that time. If the payable was created using a partner access token, the value is null
.
The value of the additional discount that will be applied to the total amount. in minor units. For example, $12.50 is represented as 1250.
A unique invoice number assigned by the invoice issuer for payment tracking purposes. This is different from id
which is an internal ID created automatically by Monite.
The date by which the payable must be paid, in the YYYY-MM-DD format. If the payable specifies payment terms with early payment discounts, this is the final payment date.
The date when the payable was issued, in the YYYY-MM-DD format.
The number of days to pay with potential discount for options shorter than due_date
The subtotal amount to be paid, in minor units. For example, $12.50 is represented as 1250.
The suggested date and corresponding discount in which payable could be paid. The date is in the YYYY-MM-DD format. The discount is calculated as X * (10^-4) - for example, 100 is 1%, 25 is 0,25%, 10000 is 100 %. Date varies depending on the payment terms and may even be equal to the due date with discount 0.
Registered tax percentage applied for a service price in minor units, e.g. 200 means 2%, 1050 means 10.5%.
Tax amount in minor units. For example, $12.50 is represented as 1250.
The total amount to be paid, in minor units. For example, $12.50 is represented as 1250.
The total price of the payable in minor units, excluding all issued credit notes.