Added

Added Custom ACH Company Name

Release Date

March 24, 2026

Products Affected

ACH APIs

Impact

ACH Company Name custom override now available

Audience

Customers using ACH API

Action Required

None


Overview

Lithic now supports overriding the ACH company name on a per-payment basis, enabling greater flexibility in how your company name appears on ACH transactions.


Details

  • override_company_name has been added as a request parameter within the method_attributes body of Create Payment
  • If you include a valid value for this field, it will override the ACH Company Name configured for your program
  • To send this field, your program must have the correct flag enabled. Contact Lithic support to enable this configuration for your instance.

Request Example

{
  "financial_account_token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
  "external_bank_account_token": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
  "type": "PAYMENT",
  "amount": 50000,
  "memo": "Payment to vendor",
  "method": "ACH_NEXT_DAY",
  "method_attributes": {
    "sec_code": "CCD",
    "override_company_name": "ACME SUBSIDIARY LLC"
  }
}



Release Timeline

Available now: March 24, 2026.

User Impact

Customers must be configured to send custom ACH company names. Learn more about ACH at Lithic

If you have any questions or concerns, please contact us via the HELP link in your Lithic Dashboard.


The Lithic changelog has an RSS feed! To monitor for new update announcements, subscribe with your preferred RSS reader.