skillfed

chargehound

Chargehound Python Bindings

chargehound v2.5.0 98.3K downloads/30d#13,097 on PyPI
Permissive license MIT Abandoned released

What it is and what it does

Chargehound is a Python client library for the Chargehound payment dispute management service. It wraps the Chargehound REST API, allowing developers to submit disputes, retrieve dispute status, and manage chargeback responses programmatically. The library handles JSON parsing automatically and returns Python objects with HTTP status codes attached.

The package has no external runtime dependencies, making installation straightforward, but it has not been maintained since 2021-02-08. This gap raises questions about compatibility with current Python releases and whether the underlying Chargehound API has evolved in ways the library no longer supports.

Use it for:

  • Automate submission of payment disputes to Chargehound with customer details and supporting information.
  • Retrieve and monitor the status of disputes programmatically to track resolution progress.
  • Integrate dispute management into a payment processing or billing system that uses Chargehound.
  • Batch process multiple disputes by scripting API calls through the Python bindings.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Chargehound provides Python bindings to interact with the Chargehound API for managing payment disputes, allowing you to submit and retrieve dispute information programmatically.

No. The package is abandoned (status: abandoned, last release 2021-02-08) with no indication of ongoing maintenance. While it has no known vulnerabilities and carries a permissive MIT license, the lack of updates creates serious risk around Python version compatibility and API drift. Unless you are maintaining legacy code already using this library, seek current integration guidance from Chargehound directly.

Install

chargehound on PyPI

pip

pip install chargehound

uv

uv add chargehound

poetry

poetry add chargehound

Installing chargehound

Before you install

High install friction with no runtime dependencies. The package has been abandoned for over 2013 days since its last release in February 2021, raising concerns about compatibility with current Python versions and API changes.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions, making it legally safe to adopt from a licensing perspective.

Quickstart

pip install chargehound

import chargehound
chargehound.api_key = 'YOUR_API_KEY'
dispute = chargehound.Disputes.submit('dp_123', fields={'customer_name': 'Susie'})

Requires a valid Chargehound API key; package has not been updated since 2021-02-08, so compatibility with current Python versions and the Chargehound API is uncertain.

Verify before relying

  • Whether the package works with modern Python versions given its last release date of 2021-02-08.
  • Whether the Chargehound API itself remains active and unchanged since the package's last update.
  • Current operational status of the Chargehound service.

Package facts

License MIT (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance abandoned — 2,013 days since the last release
First released
Downloads 98,261/month — #13,097 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: chargehound-2.5.0.tar.gz

Tags

payment dispute management apichargehound python clientdispute submission and trackingpayment chargeback handlingapi bindings for disputes
payment-processingabandoned

More Internet packages