Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 14 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.9.0](https://github.com/unzerdev/java-sdk/compare/5.8.2..5.9.0)

### Added

* Added support for SCA (Strong Customer Authentication) transaction type.
* New `SCA` business object for handling SCA transactions
* New methods in `Unzer` facade: `sca()`, `fetchSCA()`, `authorizeWithSCA()`, `chargeWithSCA()`
* SCA transactions can be used for 3DS2 authentication flows
* Added `subscriptionAgreement` URL field to PayPage V2 request (`com.unzer.payment.resources.PaypageV2`).

### Deprecated

* Deprecated Giropay payment type (`com.unzer.payment.paymenttypes.Giropay`).

## [5.8.2](https://github.com/unzerdev/java-sdk/compare/5.8.1..5.8.2)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion 2 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.unzer.payment</groupId>
<artifactId>java-sdk</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<name>Unzer Java SDK</name>
<description>Unzer SDK provides an easy way to use Unzer Payment API.</description>
<url>https://docs.unzer.com/</url>
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.