Log in

CardinalCommerce Module

Adminhtml\Source\Environment

Model

This class provides a dropdown source for selecting the CardinalCommerce environment (Sandbox or Production) in the Magento admin configuration. Devel...

Checkout\ConfigProvider

Model

This class provides Cardinal Commerce (3D Secure authentication) configuration data to the checkout frontend. It retrieves the Cardinal environment se...

Config

Model

This class provides centralized access to CardinalCommerce (3D Secure payment authentication) configuration settings stored in Magento's system config...

JwtManagement

Model

This class handles JSON Web Token (JWT) operations for Cardinal Commerce integration in Magento 2. It allows developers to encode arrays into signed J...

Model\Response\JwtParserInterface

Interface

This interface defines a contract for parsing JWT (JSON Web Token) responses from CardinalCommerce, a service used for 3D Secure payment authenticatio...

Model\Response\JwtPayloadValidatorInterface

Interface

This interface defines a contract for validating JWT (JSON Web Token) payload data received from CardinalCommerce, a 3D Secure payment authentication...

Request\TokenBuilder

Model

This class builds JWT (JSON Web Token) tokens for Cardinal Commerce authentication requests during checkout. Developers use this when integrating 3D S...

Response\JwtParser

Model

This class parses and validates JWT tokens received from CardinalCommerce's 3D Secure authentication service. Developers use this when processing paym...

Response\JwtPayloadValidator

Model

This class validates JWT (JSON Web Token) responses from CardinalCommerce's 3D Secure authentication service. Developers use it to verify that payment...