Funding Events
Get funding event by ID
Get funding event for program by id
get/v1/funding_events/{funding_event_token}
Path parameters
funding_event_tokenstring required
Globally unique identifier for funding event.
Response
OK
Example response
{
"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"
}