Billing|DeliveryAddressForm.AddressSource
parameter now has a default Value of NONE
. This means, that, per default, no address will be gathered, be it through Saferpay, or the payment method! You must keep this in mind, if you gather your customers address through Saferpay, or the payment method (e.g. PayPal). Likewise the parameter Billing|DeliveryAddressForm.Display
no longer exists and is replaced by AddressSource.Notification.NotifyUrl
has been replaced by SuccessNotifyUrl
and FailNotifyUrl
, to now also cover failed transactions, with the Payment Page. Both URLs behave like the old NotifyUrl
, but now cover their respective cases, where the SuccessNotifyUrl
is just the old NotifyUrl
under a new name.RedirectUrl
has been moved into the new Redirect
container and out of the root-object.Notification.MerchantEmail
has been replaced with MerchantEmails
, a string array, that now accepts up to 10 e-mails, instead of the one, with SpecVersion 1.11 and lower!CaptureId
provided in the Capture and MultipartCapture responses, instead of the TransactionId
, as with SpecVersions 1.9 and lower!ThreeDs
container has been moved a level down, into the Liability
container. This also applies for merchants, that do not use the Fraud Free Service!. For more information, please consult the API-Specification!​