Log in
Model

JwtPayloadValidator

Magento\CardinalCommerce\Model\Response\JwtPayloadValidator

What it does

This class validates JWT (JSON Web Token) responses from CardinalCommerce's 3D Secure authentication service.

Developers use it to verify that payment authentication responses contain valid transaction states, ECI flags for liability shift, no errors, and haven't expired.

It ensures the 3DS authentication was successful before proceeding with payment processing.

Public Methods

  • validate()