Skip to content

Releases: gocardless/gocardless-pro-python

v1.8.0

13 Jul 09:45
Compare
Choose a tag to compare

v1.7.0

22 May 12:35
Compare
Choose a tag to compare
  • Add support for the new app_fee attribute returned by the Subscriptions API
  • Improve the documentation of the Mandate PDFs API

v1.6.0

26 Apr 11:01
Compare
Choose a tag to compare

v1.5.0

11 Apr 13:14
Compare
Choose a tag to compare
  • Add mandate to Refund links
  • Add mandate to PayoutItem links
  • Add default_aud_payout_account to Creditor links

v1.4.0

16 Mar 13:44
Compare
Choose a tag to compare
  • Add default_dkk_payout_account to Creditor
  • Add danish_identity_number to Customer

v1.3.1

05 Dec 09:13
Compare
Choose a tag to compare
  • Docs: fix broken README.rst so it renders correctly on pypi.

v1.3.0

04 Dec 15:44
Compare
Choose a tag to compare
  • Adds can_create_refunds attribute to responses from the Creditors API, to indicate whether a merchant may create refund payments.

v1.2.0

14 Nov 15:44
Compare
Choose a tag to compare
  • 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

18 Sep 15:07
Compare
Choose a tag to compare
  • Adds support for the new confirmation_url attribute in the Redirect Flow API

v1.0.0

19 May 11:49
Compare
Choose a tag to compare
  • 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 either action_required, in_review or successful. See the new "Helping your users get verified" section in the partner guide for details.
  • Add GoCardless-Client-Library and GoCardless-Client-Version headers to aid identification of requests
  • Add support for Python 3.5 and Python 3.6