Added

Added Blockchain Funding to Financial Accounts

Release Date

August 13, 2026

Products Affected

Financial Accounts API

Impact

Customers can fund with Stablecoin onchain

Audience

Customers looking to create Stablecoin-backed cards

Action Required

None


Overview

Lithic's customers are now able to fund cards using stablecoin and complete payments onchain. Permitted Financial Accounts may have one or more blockchain addresses where USDC can be sent in to fund card spend.

Details

  • Added blockchain_addresses to the Get Financial Account and List Financial Account responses
  • This object will be populated only if the financial_account is configured to receive stablecoin
  • This object is keyed by the full name of the blockchain network, with the provisioned address for that network as the value

GET /v1/financial_accounts/{financial_account_token}

{
  "token": "b68b7424-aa69-4cbc-a946-30d90181b621",
  "created": "2026-08-11T17:12:04.118Z",
  "updated": "2026-08-11T17:35:59.856Z",
  "type": "ISSUING",
  "routing_number": null,
  "account_number": null,
  "blockchain_addresses": {
    "ETHEREUM": "0x5f2b9e8a1c4d7f0e3a6b9c2d5e8f1a4b7c0d3e6f",
    "BASE": "0x9c1d4e7a2f5b8c0d3e6f9a2b5c8d1e4f7a0b3c6d"
  },
  "nickname": "Operating - USDC",
  "account_token": "0b3fbb9c-f6bd-5724-b7b3-00130460b0a6",
  "status": "OPEN",
  "substatus": null,
  "user_defined_status": null,
  "is_for_benefit_of": false,
  "credit_configuration": null
}

By sending USDC to the returned addresses, the financial_account will be credited with the ability to spend. See our Quick Start Guide to walk through the flow

Release Timeline

Available now: Aug 13, 2026.

User Impact

This change is additive only. Learn more about ACH Payments via the Stablecoin 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.