/chargeover_python

ChargeOver API Wrapper for Python

Primary LanguagePython

ChargeOver Python API

This is a Python library for the ChargeOver recurring billing platform. ChargeOver is a billing platform geared towards easy, automated, recurring invoicing.

Use ChargeOver to:

  • painlessly automate your recurring invoicing
  • allow your customers to log in to a customized portal to view and pay their bills online
  • automatically follow up on late and missed payments
  • build developer-friendly billing platforms (use the ChargeOver REST APIs, code libraries, webhooks, etc.)
  • sync customer, invoice, and payment information to QuickBooks for Windows and QuickBooks Online

ChargeOver developer documentation:

ChargeOver developer account sign-up:

ChargeOver main documentation:

ChargeOver API access in other programming languages:

Dependencies

All imports should be standard python modules.

Other Notes

ChargeOver can be imported in interactive mode, interrogated with help(), and operated completely in the interactive interpreter. When connecting, set the "interactive" named parameter to true to allow automatic pretty printing (CO method calls that support the named parameter "pretty").

All of the JSON objects return are parsed into python dicts and lists.