---
title: "funding_event.created"
method: POST
path: "funding_event.created"
tags: ["Event Types"]
---

# funding_event.created

`POST funding_event.created` (webhook)

Occurs when a funding event is created.

## Payload

- object
  - `event_type` 'funding_event.created', required — The type of event that occurred.
  - `token` string, uuid, required — Unique token ID
  - `collection_tokens` string[], required — IDs of collections, further information can be gathered from the appropriate collection API based on collection_resource_type
  - `previous_high_watermark` string, date-time, required — Time of the previous high watermark
  - `high_watermark` string, date-time, required — Time of the high watermark
  - `collection_resource_type` 'BOOK_TRANSFER' | 'PAYMENT', required — Collection resource type
  - `network_settlement_summary` FundingEventSettlement[], required — Network settlement summary breakdown by network settlement date
    - `settled_gross_amount` integer, required
    - `network_settlement_date` string, date, required
  - `created` string, date-time, required — Time of the creation
  - `updated` string, date-time, required — Time of the update

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
