Skip to content

Releases: square/square-python-sdk

Version 21.0.0.20220817

16 Aug 21:20
e02bc20
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-08-17. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-08-17.

Version 20.1.0.20220720

21 Jul 01:27
f69e710
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-07-20. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-07-20.

Version 20.0.0.20220720

20 Jul 17:26
e7bb84d
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-07-20. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-07-20.

Version 19.1.0.20220616

16 Jun 15:45
716a57a
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-06-16. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-06-16.

Version 19.0.0.20220512

06 Jun 20:03
3fd3534
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-05-12. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-05-12.

Version 18.0.0.20220420

19 Apr 22:34
a597f14
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-04-20. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-04-20.

Version 17.3.0.20220316

15 Mar 22:11
c405000
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-03-16. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-03-16.

Version 17.2.0.20220216

15 Feb 22:29
a04a48e
Compare
Choose a tag to compare

This release of the python SDK includes support for Square API version 2022-02-16. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-02-16.

Version 17.1.0.20220120

20 Jan 01:17
0846994
Compare
Choose a tag to compare

This release of the Python SDK includes support for Square API version 2022-01-20. For more information about the changes to this API version, see https://developer.squareup.com/docs/changelog/connect-logs/2022-01-20.

Version 17.0.0.20211215

15 Dec 18:19
dee4a02
Compare
Choose a tag to compare

Version 17.0.0.20211215 (2021-12-15)

API updates

  • Invoices API:

    • The Invoices API now supports seller accounts in France. For more information, see International availability and considerations.

    • France only: Invoice object. Added a new payment_conditions field, which contains payment terms and conditions that are displayed on the invoice. This field is available only for sellers in France. For more information, see Payment conditions.

      Square version 2021-12-15 or higher is required to set this field, but it is returned in ListInvoices and RetrieveInvoice requests for all Square versions.

  • Cards API

    • Added the CARD_DECLINED_VERIFICATION_REQUIRED error code to the list of error codes returned by CreateCard.
  • Catalog API:

Documentation updates

  • Added a new top-level node for Developer Tools. This node includes such features as Sandbox, API Logs, and Webhooks.
  • Added Webhook Event Logs (beta) documentation to the Developer