CardinalCommerce Module
Adminhtml\Source\Environment
This class provides a dropdown source for selecting the CardinalCommerce environment (Sandbox or Production) in the Magento admin configuration. Devel...
Checkout\ConfigProvider
This class provides Cardinal Commerce (3D Secure authentication) configuration data to the checkout frontend. It retrieves the Cardinal environment se...
Config
This class provides centralized access to CardinalCommerce (3D Secure payment authentication) configuration settings stored in Magento's system config...
JwtManagement
This class handles JSON Web Token (JWT) operations for Cardinal Commerce integration in Magento 2. It allows developers to encode arrays into signed J...
Request\TokenBuilder
This class builds JWT (JSON Web Token) tokens for Cardinal Commerce authentication requests during checkout. Developers use this when integrating 3D S...
Response\JwtParser
This class parses and validates JWT tokens received from CardinalCommerce's 3D Secure authentication service. Developers use this when processing paym...
Response\JwtPayloadValidator
This class validates JWT (JSON Web Token) responses from CardinalCommerce's 3D Secure authentication service. Developers use it to verify that payment...