Deprecated
Ledger Entries response - deprecation of 'ledger_attachment_filename' and 'ledger_attachment_id'
October 23rd, 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_attachment_filename- Use the new
attachmentobject instead, which includesfilenameandurlto get the details of the file attached to the ledger entry.
- Use the new
ledger_attachment_id
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.
