Funding Events
funding_events
Methods
get/v1/funding_events
Get all funding events for program
query Parameters
ending_before: string
(format: uuid)Optional
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
page_size: number
(maximum: 100, minimum: 1, default: 50)Optional
Page size (for pagination).
starting_after: string
Optional
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response fields
Funding Event Response
has_more: boolean
Request example
200Example
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... }
