Invoice Payments

The payments recorded against Invoices.

The Invoice Payments Data Model streamlines the representation and management of invoice payment information across multiple accounting platforms.

  • Unified payment properties: The model consolidates essential payment details, such as amount, currency, payment date, and payment mode, simplifying the handling of payment data from different platforms.
  • Linked to contacts, accounts, and invoices: Each payment entry is connected to a specific contact, account, and invoice using their respective platform IDs, ensuring accurate data representation and easier cross-referencing.
  • Currency rate conversion support: The currency_rate property enables the tracking of currency conversion rates between the payment currency and the base currency, facilitating accurate financial reporting.

Properties Supported

PropertyTypeDescription
platform_idstringThe accounting platforms ID for this invoice payment
contact_idstringThe platform's ID for the contact that makes the payment
account_idstringThe platform's ID for the account to which this payment belongs
invoice_idstringThe platform's ID for the invoice which this payment is associated with
amountfloatThe total value of this payment
currencystringThe ISO-4217 currency code of the account
currency_ratefloatRate between the currency of the payment and the base currency
payment_datedateThe date on which the payment was made
payment_modestringThe payment mode from which the payment was made
memostringOptional description for the payment
invoiceInvoiceThe invoice which this payment is associated with
contactContactThe contact that makes the payment
accountAccountThe account to which this payment belongs
updated_atdateThe date at which the information was updated on the accounting platform