Event Types
funding_event.created
Occurs when a funding event is created.
postWebhookfunding_event.created
Payload
Example payload
{
"event_type": "funding_event.created",
"token": "b68b7424-aa69-4cbc-a946-30d90181b621",
"collection_tokens": [
"b68b7424-aa69-4cbc-a946-30d90181b621"
],
"previous_high_watermark": "2024-01-01T00:00:00Z",
"high_watermark": "2024-01-01T00:00:00Z",
"collection_resource_type": "PAYMENT",
"network_settlement_summary": [
{
"network_settlement_date": "2024-01-01"
}
],
"created": "2024-01-01T00:00:00Z",
"updated": "2024-01-01T00:00:00Z"
}Response
Return a 200 status to indicate that the data was received successfully