Skip to content

Releases: paynl/sdk

Added support for transferType and transferData

13 Sep 12:35
Compare
Choose a tag to compare
v1.1.15

Added transferType and transferValue

Added transaction approve and decline

27 Jun 15:25
Compare
Choose a tag to compare

A 'verify' transaction can now be approved or declined

Added gender to invoiceAddress

01 Jun 15:13
Compare
Choose a tag to compare
Merge pull request #27 from andypieters/andypieters-patch-1

Added gender to the invoice address

Small change in isRefunded

29 Apr 14:24
Compare
Choose a tag to compare

using stateName instead of state

Fixed typo isPayServerIp

12 Apr 09:46
Compare
Choose a tag to compare
v1.1.11

Merge remote-tracking branch 'origin/master'

Added expireDate

11 Mar 16:22
Compare
Choose a tag to compare
v1.1.10

Added expiredate

Several additions

03 Mar 20:18
Compare
Choose a tag to compare

Added Refund Add
More status functions in transaction result
Fixed bug for empty api token exception
Started phpunit tests

Verify status

19 Feb 15:10
Compare
Choose a tag to compare

When a creditcard transaction needs to be verified, the sdk now handles the transaction as pending

added setCAInfoLocation

18 Feb 19:54
Compare
Choose a tag to compare

You can now supply the location to the cainfo file.

use:
\Paynl\Config::setCAInfoLocation('/path/to/the/file');

added deliveryDate and invoiceDate

15 Feb 14:30
Compare
Choose a tag to compare

You can now supply a deliveryDate and an invoiceDate to the Transaction::Start method