• Unified bill payment properties: The model unifies essential core payment details, such as payment date, payment mode, currency, and amount, ensuring consistent access to payment data.
  • Associated data linkage: The data model connects bill payments to related information, such as bills, contacts, and accounts, using platform-specific IDs for easy cross-referencing.
  • Currency conversion support: The currency_rate property provides the exchange rate between the payment currency and the base currency, facilitating multi-currency payment handling and reporting.

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for this bill payment
payment_idstringThe Platform’s ID for the payment. A payment can have multiple bill payments
bill_idstringThe platform’s ID of the bill which this payment is associated with
contact_idstringThe platform’s ID of the contact that made the payment
account_idstringThe platform’s ID of the account to which this payment belongs
amountfloatThe total value of this payment
payment_datedateThe date on which the payment was made
payment_modestringThe payment method used
currency_idstringThe Platform’s ID of the currency for the bill payment
currency_ratefloatRate between the currency of the payment and the base currency
memostringDescription of the payment
updated_atdateThe date at which the information was updated on the accounting platform

Expandable Attributes

You can expand the following attributes to get the related data

PropertyData ModelDescription
billBillsThe bill associated with the payment
contactContactsThe contact that made the bill payment
currencyCurrenciesThe currency of the bill payment
accountAccountsThe account associated to the bill