gocardless-legacy-python icon indicating copy to clipboard operation
gocardless-legacy-python copied to clipboard

The Python client library for the GoCardless API

Results 3 gocardless-legacy-python issues
Sort by recently updated
recently updated
newest added

This pull request adds a charge_customer_at parameter to `Client.create_bill`. It also allows the Resource object to parse date objects automatically, just like it currently does for datetime objects.

Should also be added to documentation.

The GoCardless API now supports pagination (https://gocardless.com/docs/api_guide#pagination). We should support this in the Python library, most simply by allowing you to pass a dictionary into the API calling methods with...