Invoice Payments


Attributes

Attribute Type Description
Read-only attribute
id Integer Unique identifier in Fakturoid
paid_on Date Payment date
Default: Today
Read-only attribute
currency String Currency ISO Code (same as invoice currency)
amount Decimal Paid amount in document currency
Default: Remaining amount to pay
native_amount Decimal Paid amount in account currency
Default: Remaining amount to pay converted to account currency
mark_document_as_paid Boolean Mark document as paid?
Default: true if the total paid amount becomes greater or equal to remaining amount to pay
proforma_followup_document String Issue a followup document with payment
Only for proformas and mark_document_as_paid must be true.
Values: final_invoice_paid (Invoice paid), final_invoice (Invoice with edit), tax_document (Document to payment), none (None)
send_thank_you_email Boolean Send thank-you email?
mark_document_as_paid must be true
Default: Inherit from account settings
variable_symbol String Payment variable symbol
Default: Invoice variable symbol
bank_account_id Integer Bank account ID
Default: Invoice bank account or default bank account
Read-only attribute
tax_document_id Integer Tax document ID (if present)
Read-only attribute
created_at DateTime The date and time of payment creation
Read-only attribute
updated_at DateTime The date and time of last payment update

Create Payment

Create Tax Document

Use tax_document_id attribute from the response to fetch the newly created tax document via Invoice Detail endpoint.

Delete Invoice Payment