v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
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

tokenstring uuid required

Unique token ID

collection_tokensstring[] required

IDs of collections, further information can be gathered from the appropriate collection API based on collection_resource_type

previous_high_watermarkstring date-time required

Time of the previous high watermark

high_watermarkstring date-time required

Time of the high watermark

collection_resource_type'BOOK_TRANSFER' | 'PAYMENT' required

Collection resource type

createdstring date-time required

Time of the creation

updatedstring date-time required

Time of the update

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"
}