Skip to content

Releases: MadSpindel/swish-python

1.6.1

14 Feb 00:14

Choose a tag to compare

Make create_refund() work the same as create_payment()

Full Changelog: 1.6...1.6.1

1.6

13 Feb 21:26
b5865a7

Choose a tag to compare

1.6

Switch to v2 APIs for creating payment requests and refund requests.

What's Changed

  • 17 deprecation of v1 api 2025 10 01 by @cthart in #18

New Contributors

Full Changelog: 1.5...1.6

1.5

12 Jul 19:31

Choose a tag to compare

1.5

The major change here is an implementation of Cancel Payment Request.

Full Changelog: 1.4...1.5

1.4

09 Jul 16:57

Choose a tag to compare

1.4

Add method to get QR Codes for app activation.

Full Changelog: 1.3...1.4

1.3

27 Jun 09:47

Choose a tag to compare

1.3

Small code cleanups in advance of some additions.

1.2

19 Jun 13:18

Choose a tag to compare

1.2

Updated Swish environments to reflect those available today: MSS (Merchant Swish Simulator), Sandbox, Production. Test, the old name for MSS, will be removed in version 2.0 (whenever that is made).
Added callbackIdentifier to fields to expect back in JSON responses.