Log in
Factory

AbstractPaymentTokenFactory

Magento\Vault\Model\AbstractPaymentTokenFactory

What it does

This deprecated abstract factory class creates payment token entities for Magento's Vault payment tokenization system.

Developers previously extended this class to create specific types of payment tokens (like credit card or account tokens), but should now use PaymentTokenFactoryInterface directly instead.

Public Methods

  • create()