Log in
Interface

PaymentAdditionalInfoInterface

Magento\Payment\Api\Data\PaymentAdditionalInfoInterface

What it does

This interface defines a contract for storing additional payment information as key-value pairs in Magento 2.

Developers use this to pass extra payment data (like transaction IDs, fraud scores, or gateway-specific details) between payment methods and order processing without modifying core payment structures.

It extends KeyValueObjectInterface to provide a standardized way to handle supplementary payment metadata.