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

path Parameters
funding_event_token: string
Response fields
Request example
200Example
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

path Parameters
funding_event_token: string
(format: uuid)
Response fields
token: string
(format: uuid)

Unique token ID

settlement_details_url: string
(format: uri)

URL of the settlement details

settlement_summary_url: string
(format: uri)

URL of the settlement summary

Request example
200Example

Domain types

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