Skip to content

Releases: paynl/sdk

Caching exceptions in getservice

16 May 14:07
Compare
Choose a tag to compare

The getService api call is now also cached when it throws an exception.
For example if the token is invalid

Added dynamic UUID

10 Apr 14:26
Compare
Choose a tag to compare

Added Dynamic UUID fucntions to generate an ideal QR
Added getAmount and getCurrencyAmount functions to the transaction result class

Changed authentication

22 Feb 09:22
888519b
Compare
Choose a tag to compare

Authentication now works by sending a header instead of the token in the payload
Added config field tokenCode, please set your AT-code
Fixed namespace issues in samples
Added orderNumber to the transaction/start method

Voucher Balance Pincode

14 Feb 10:55
Compare
Choose a tag to compare

Some vouchers also require a pincode to check the balance.
You can now supply a pincode to the balance check

Various updates

05 Dec 15:24
Compare
Choose a tag to compare

added Service::getAll
added extra stats fields to Transaction::Start
added processDate on Transaction::refund
refund description was not sent to the api
various style inconsitencies fixed
added functions to manage merchant tradenames
paymentOptionSubId does not neet to be numeric anymore (instore terminal id)

Updated instore to version 2 of the api

06 Jun 15:24
Compare
Choose a tag to compare
v1.3.2

Updated instore to version 2 of the API

Added company data

29 May 10:38
Compare
Choose a tag to compare
v1.3.1

Added Company data to transaction start

Added addRecurring API for recurring creditcard payments

25 Apr 15:06
Compare
Choose a tag to compare
v1.3.0

Added addRecurring API for recurring creditcard payments

Added ideal bank images to the bank list

24 Apr 19:02
Compare
Choose a tag to compare
v1.2.10

Added bank images to the ideal bank list

Added Capture and Void functions

14 Mar 16:43
Compare
Choose a tag to compare
Added transaction Capture and Void functions

Added isAuthorized() function to transaction Result object