Log in
Interface

JwtParserInterface

Magento\CardinalCommerce\Model\Response\JwtParserInterface

What it does

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

Developers implement this interface to extract and decode the payload data from CardinalCommerce JWT tokens received during payment transactions, converting the encoded token string into a readable array format.

Public Methods

  • execute()