Contribution Summary API

ISPolitical supports requests of summary contribution information via a rest API using basic access authentication.

Your username will be a pipe delimited concatenation of the client account name & your integration login name. For example, the Civil War Online Donation System would use Washington|CWODS to submit data to the Washington account. Your same login can be used for any client accounts that have granted you access. Your password will be provided by ISPolitical staff.

If you have not integrated with ISPolitical before, you will need to contact support@ispolitical.com to get an integration account setup. If you have integrated with ISPolitical before, contact support@ispolitical.com to request access to summary contribution information.

A sample request submission follows. If you have questions, please contact ISPolitical staff.

Submit to the API at https://app.ispolitical.com/api/ContributionReports

Submit the following:


FromDate: "2025-01-01"
,ToDate: "2025-12-31"
,IncludeMonetaryContributions: true
,IncludeInkindContributions: true
,SummarizeBy: "Day"
}

Each parameter is required.

SummaryBy supports the following values: “Day”, “Week”, “Month”, “Year”, “All”

Sample Response:

{
  "success": true,
  "result": true,
  "responseText": "",
  "data": [
    {
      "PeriodStart": "2025-04-09T00:00:00",
      "PeriodEnd": "2025-04-09T00:00:00",
      "TotalContributions": 100
    },
    {
      "PeriodStart": "2025-05-06T00:00:00",
      "PeriodEnd": "2025-05-06T00:00:00",
      "TotalContributions": 500
    },
    {
      "PeriodStart": "2025-06-02T00:00:00",
      "PeriodEnd": "2025-06-03T00:00:00",
      "TotalContributions": 1400
    }
  ]
}


Not using ISP yet?

With one quick phone call, our reps can quickly help you decide if ISP is right for you. No pressure. No stress. Just quick and easy answers.

Political campaign software integrations
Responsive political campaign, accounting, compliance and fundraising software dashboards







Generic selectors

Exact matches only

Search in title

Search in content

Post Type Selectors