Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saferpay api update 1.31 => 1.40 #92

Closed
wants to merge 12 commits into from

Conversation

giriroub
Copy link
Contributor

Closes #74, #75, #82, #83, #84, #85, #86, #87, #88

This PR contains all changes from 1.31 to 1.40, according to http://saferpay.github.io/jsonapi/#changelog
It is based on #91

* changes according to http://saferpay.github.io/jsonapi/#v1.32.0.0.20230117

Closes: Ticketpark#74

BREAKING-CHANGE: Saferpay Changelog: container ReturnUrls (parameters Success and Fail) is replaced by container ReturnUrl (parameter Url)
* changes to tests because of replacement of ReturnUrls with ReturnUrl
* changes to examples because of replacement of ReturnUrls with ReturnUrl
* changes according to http://saferpay.github.io/jsonapi/#v1.33.0.0.20230321

Closes: Ticketpark#75

BREAKING-CHANGE: Saferpay Changelog: the error behavior ABORT was renamed to DO_NOT_RETRY, DeviceFingerprint was removed from all versions, the Twint object was removed from the responses
* changes according to http://saferpay.github.io/jsonapi/#v1.34.0.0.20230516

Closes: Ticketpark#82

BREAKING-CHANGE: Saferpay Changelog: removed MASTERPASS as valid value from field Wallets in PaymentPage/Initialize requests, removed UNIONPAY as valid value from field PaymentMethods in SecureCardData/AliasInsert requests
* changes according to http://saferpay.github.io/jsonapi/#v1.36.0.0.20230912

Closes: Ticketpark#84

BREAKING-CHANGE: Saferpay Changelog: removed UNIONPAY as valid value from field PaymentMethods in Transaction/Initialize requests, removed LegalForm, renamed the values of the Condition field
* changes according to http://saferpay.github.io/jsonapi/#v1.37.0.0.20231114

Closes: Ticketpark#85

BREAKING-CHANGE: Saferpay Changelog: added TokenType field to SchemeToken (mandatory)
* changes according to http://saferpay.github.io/jsonapi/#v1.38.0.0.20240123

Closes: Ticketpark#86

BREAKING-CHANGE: Saferpay Changelog: removed Alipay from PaymentMethodOptions
* changes according to http://saferpay.github.io/jsonapi/#v1.39.0.0.20240319

Closes: Ticketpark#87

BREAKING-CHANGE: Saferpay Changelog: removed Styling container from PaymentPage/Initialize, option MANUAL_REVIEW in field Result of FraudPrevention container is now called CHALLENGED
* changes according to http://saferpay.github.io/jsonapi/index.html

Closes: Ticketpark#88

BREAKING-CHANGE: Saferpay Changelog: removed PAYPAL as option in Transaction/RedirectPayment, removed POSTFINANCE and POSTCARD as valid values for PaymentMethods, removed BANCONTACT as valid value for PaymentMethods in Alias/Insert
@sprain
Copy link
Contributor

sprain commented Jul 24, 2024

Continued and eventually to be merged in #97

@sprain sprain closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement changes of Saferpay API 1.32
2 participants