As stated here the payload field authenticationReason is deprecated.
We are actually using it in the pay_with_paypal.html.twig template along with authenticationStatus that, as you can see in the table reported in the doc, is in not a good indicator.
I think that we can just use the liabilityShift field and check if it POSSIBLE, in all other cases the liability is not granted and is risky.
As stated here the payload field
authenticationReasonis deprecated.We are actually using it in the pay_with_paypal.html.twig template along with
authenticationStatusthat, as you can see in the table reported in the doc, is in not a good indicator.I think that we can just use the
liabilityShiftfield and check if itPOSSIBLE, in all other cases the liability is not granted and is risky.