added

May 14, 2025

Introducing the Funding Events API
Release date: May 14, 2025 (production)
Impact: New API endpoints for Funding Events visibility
Audience: Post-paid customers
Action required: None
Products affected: Funding Events API

Overview

Today, we are introducing a Funding Events API to provide enhanced visibility into your funding events. A funding event encompasses a series of collections used to fund transaction settlement over a specified period. Previously, settlement emails served as the main source of funding activity information; now, you can access this information programmatically through our API and webhook integrations, as well as trace your funding activity back to our settlement reporting.

Details

For complete endpoint specifications and implementation examples, please visit our API Reference.

Endpoints

MethodDescriptionPath
GETRetrieve all funding events/v1/funding_events
GETRetrieve a single funding event/v1/funding_events/{funding_event_token}
GETObtain URLs for accessing the corresponding settlement summary and details/v1/funding_events/{funding_event_token}/details

Path Variables

ParameterTypeRequiredDescription
funding_event_tokenstringUnique identifier for the funding event.

Funding Event Response

FieldTypeDescription
tokenstringUnique identifier for the funding event
collection_tokensarrayList of unique identifiers of the associated collections
previous_high_watermarkdate-timeTimestamp of the previous high watermark
high_watermarkdate-timeTimestamp of the current high watermark
collection_resource_typestringType of collection resource
settlement_breakdownsarrayList of settlements, each containing amount and settlement_date
createddate-timeTimestamp when the funding event was created
updateddate-timeTimestamp when the funding event was last updated

Funding Event Details Response

FieldTypeDescription
tokenstringUnique identifier for the funding event detail
settlement_summary_urlstringURL to access the corresponding settlement summary
settlement_details_urlstringURL to access the corresponding settlement details

Webhooks

Event webhooks for funding events will be published with the event type funding_event.created. Payloads will mirror the funding event response detailed above.


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