Log in
Model

JwtParser

Magento\CardinalCommerce\Model\Response\JwtParser

What it does

This class parses and validates JWT tokens received from CardinalCommerce's 3D Secure authentication service.

Developers use this when processing payment authentication responses to decode the JWT token, validate its payload, and extract transaction data.

It handles secure decoding using API keys and provides proper error handling when authentication fails.

Public Methods

  • execute()