Releases: Ticketpark/SaferpayJsonApi
Releases · Ticketpark/SaferpayJsonApi
v6.2
v6.1
v6.0
Most important changes
- Now supports
POSTFINANCEPAY
(instead of payment methodsPOSTCARD
andPOSTFINANCE
). Request\Container\ReturnUrls
was replaced with a singleRequest\Container\ReturnUrl
Breaking changes
Requests
Request\Container\PaymentMethodOptions::alipay
was removed (3255e53)Request\Container\ReturnUrls
was replaced withRequest\Container\ReturnUrl
(5d88c10)Request\Container\RiskFactors::DeviceFingerprint
was removed (ea22edd)Request\PaymentPage\InitializeRequest::styling
was removed (5d2b707)Request\PaymentPage\InitializeRequest::PAYMENT_METHOD_POSTCARD
was removed (80d552c)Request\PaymentPage\InitializeRequest::PAYMENT_METHOD_POSTFINANCE
was removed (80d552c)Request\PaymentPage\InitializeRequest::WALLET_MASTERPASS
was removed (68b5884)Request\PaymentPage\InitializeRequest::CONDITION_WITH_LIABILITY_SHIFT
andRequest\PaymentPage\InitializeRequest::CONDITION_IF_ALLOWED_BY_SCHEME
were replaced withRequest\PaymentPage\InitializeRequest::CONDITION_THREE_DS_AUTHENTICATION_SUCCESSFUL_OR_ATTEMPTED
andRequest\PaymentPage\InitializeRequest::CONDITION_NONE
(2178802)Request\SecureCardData\AliasInsertRequest::PAYMENT_METHOD_BANCONTACT
was removed (80d552c)Request\SecureCardData\AliasInsertRequest::PAYMENT_METHOD_UNIONPAY
was removed (68b5884)Request\Transaction\InitializeRequest::wallet
was removed (68b5884)Request\Transaction\InitializeRequest::PAYMENT_METHOD_UNIONPAY
was removed (2178802)
Responses
Response\Container\Address::legalForm
was removed (2178802)Response\Container\FraudPrevention::MANUAL_REVIEW
was replaced withResponse\Container\FraudPrevention::CHALLENGED
(5d2b707)Response\ErrorResponse::BEHAVIOUR_ABORT
was replaced withResponse\ErrorResponse::BEHAVIOUR_DO_NOT_RETRY
(ea22edd)Response\ErrorResponse::BEHAVIOUR_ABORT
was replaced withconst Response\Container\PaymentMeans::twint
was remove (ea22edd)
v5.1
v5.0
Breaking changes
Requests
Request\Container\AddressForm::display
was replaced withAddressForm::addressSource
(ff79cc9)Request\Container\Notification::notifyUrl
was replaced withNotification::successNotifyUrl
.
In addition, there is nowNotification::failNotifyUrl
(bce2d7e)Request\Container\RiskFactors::order
was replaced withRiskFactors::isB2B
(0311a32)
Responses
Response\Container\ThreeDs::verificationValue
was removed (14aa9a7)