Skip to content

Releases: KentaaNL/tikkie-api

v2.0.0

20 Oct 07:28
Compare
Choose a tag to compare

This release adds support for the Tikkie API version 2.

The deprecated Tikkie Payment Request API (v1) has been namespaced under Tikkie::Api::V1 to allow migration to version 2. This code is not supported anymore and will be removed in a future release of this gem.

If you're upgrading from a previous version of this gem, then make sure to do the following:

  • Include the jwt gem to your project.
  • Replace all Tikkie::Api instances with Tikkie::Api::V1

Then you can start rewriting your code to Tikkie version 2.

v0.2.2

08 Oct 09:46
Compare
Choose a tag to compare

Fix compatibility with JWT version 1.x: The 'typ' header is added by default with a String key, but we also add it as a Symbol key. This resulted in a duplicate 'typ' header in the token and failure authenticating at ABN AMRO.

v0.2.1

12 Mar 08:02
Compare
Choose a tag to compare

Fixed parsing invalid JSON payloads.

v0.2.0

11 Feb 10:37
Compare
Choose a tag to compare

The parameter amount is now optional when creating a payment request. When omitted, a payment request with an open amount will be created and the payer can decide on the amount to pay.

v0.1.1

11 Feb 10:38
Compare
Choose a tag to compare

Fixed enumerating platforms and users when there was an empty response.