Hi All, We are having some issues with setting up ...
# suitecommerce
g
Hi All, We are having some issues with setting up our Cybersource payment profile for SCA to be 3DS version 2 compatible. The issue we are experiencing is linked to a cookie blocking a re-direct to an external page in the checkout. The cookie in question is "SameSite" and has a value of "Lax". Does anyone know how we can change this value or have experienced the same issue? there are no results in the source files when searching for this cookie. Any help would be much appreciated.
f
Browsers changed their default behavior regarding the cross-site cookies last year. Cookies with Lax value are sent only on same-site requests or top-level navigation with non-idempotent HTTP requests, like HTTP GET
If the value is not filled, browser can fallback to a default behavior. Chrome defaults to Lax with some exceptions.