Funding Events

funding_events

Methods

List Funding Events -> CursorPage<>
get/v1/funding_events

Get all funding events for program

Get Funding Event By ID ->
get/v1/funding_events/{funding_event_token}

Get funding event for program by id

Get Funding Event Details -> { token, settlement_details_url, settlement_summary_url }
get/v1/funding_events/{funding_event_token}/details

Get funding event details by id

Domain types

FundingEvent = { token, collection_resource_type, collection_tokens, 5 more... }