Log in
Interface

TransparentInterface

Magento\Payment\Model\Method\TransparentInterface

What it does

This interface defines the contract for payment methods that support transparent redirect functionality, where customers are redirected to a payment gateway and returned back seamlessly.

Developers implement this interface when creating payment methods that need to redirect users to external payment processors while maintaining a transparent user experience.

It extends the base MethodInterface and requires implementing a method to retrieve payment gateway configuration.

Public Methods

  • getConfigInterface()