- Unified bill payment properties: Essential core payment details, such as payment date, payment mode, currency, and amount, are standardized across different accounting platforms
- 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_rateproperty provides the exchange rate between the payment currency and the base currency, facilitating multi-currency payment handling and reporting
Attributes
Bill Payments Attributes
Expandable Attributes
Use theexpand query parameter to include related objects:
expand=bill— includes the related Bill object(s).expand=contact— includes the related Contact object(s).expand=currency— includes the related Currency object(s).expand=account— includes the related Account object(s).