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 enter payment details on the merchant's site but the data is securely sent directly to the payment gateway.

Developers implement this interface when creating custom payment methods that need transparent redirect capabilities, such as hosted payment forms or iframe-based payment solutions.

It extends the base MethodInterface and requires implementing getConfigInterface() to provide payment gateway configuration.

Public Methods

  • getConfigInterface()