The payments recorded against Invoices.
currency_rate
property enables the tracking of currency conversion rates between the payment currency and the base currency, facilitating accurate financial reporting.Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for this invoice payment |
contact_id | string | The platform’s ID for the contact that makes the payment |
account_id | string | The platform’s ID for the account to which this payment belongs |
invoice_id | string | The platform’s ID for the invoice which this payment is associated with |
amount | float | The total value of this payment |
currency | string | The ISO-4217 currency code of the account |
currency_rate | float | Rate between the currency of the payment and the base currency |
payment_date | date | The date on which the payment was made |
payment_mode | string | The payment mode from which the payment was made |
memo | string | Optional description for the payment |
invoice | Invoice | The invoice which this payment is associated with |
contact | Contact | The contact that makes the payment |
account | Account | The account to which this payment belongs |
updated_at | date | The date at which the information was updated on the accounting platform |