Deprecated
Ledger Entries response - deprecation of `ledger_account_id` and `journal_id`
November 4th, 2025 by Integrations Squad
In the response of Ledger Entries endpoints the following fields are now marked as deprecated and will be removed in a future API version:
ledger_account_idfrom the array of objectsledger_entry_lines\items- Use the new
ledger_accountobject instead, which includes theid,numberandurl. - Endpoints affected:
- Use the new
journal_id- Use the new
journalobject instead - Endpoints affected:
- Use the new
Action Required: If your integration currently uses these fields, please plan to migrate away from them. Review your code and update any references to these deprecated attributes.
Timeline: These fields will continue to work for now but will be removed in an upcoming API version. We recommend updating your integration as soon as possible.
