Changed
- Add support for distinguishing between regular and native redirects to improve handling of failed native redirect flows.
- For native 3D Secure 2, when a shopper cancels the payment during the payment flow, the
didProvide(...
) delegate method is now triggered. What this means for your integration depends on whether you already make a/payments/details
call to handle 3D Secure 2 errors:- If yes, you do not need to make any changes to your integration.
- If not, update your integration to make a
/payments/details
request to get the details of the canceled transaction.