Releases: gocardless/gocardless-pro-python
Releases · gocardless/gocardless-pro-python
v1.8.0
- Add support for passing customer address fields to the Mandate PDFs creation endpoint.
v1.7.0
v1.6.0
- Add new Mandate Imports API
v1.5.0
v1.4.0
v1.3.1
- Docs: fix broken README.rst so it renders correctly on pypi.
v1.3.0
- Adds
can_create_refunds
attribute to responses from the Creditors API, to indicate whether a merchant may create refund payments.
v1.2.0
- Adds support for the new Payout Items API, allowing you to view, on a per-payout basis, the credit and debit items that make up that payout’s amount
v1.1.0
v1.0.0
- Add safe retrying for requests where possible:
- Automatically retry requests that fail due to network or GoCardless errors.
- Automatically add an idempotency key for POST requests if not provided manually
- Breaking change: Automatically retrieve and return the existing resource in the event of a
409 idempotent_creation_conflict
response. This changes previous behaviour - instead of seeing an exception at this point, the client will now automatically retrieve the original resource that was created with that idempotency key.
- Support the new
verification_status
attribute in the Creditors API, which may be eitheraction_required
,in_review
orsuccessful
. See the new "Helping your users get verified" section in the partner guide for details. - Add
GoCardless-Client-Library
andGoCardless-Client-Version
headers to aid identification of requests - Add support for Python 3.5 and Python 3.6