Deprecated

Ledger Entries response - deprecation of 'ledger_attachment_filename' and 'ledger_attachment_id'

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 attachment object instead, which includes filename and url to get the details of the file attached to the ledger entry.
  • 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.