Admin Payment for Magento 2 adds an internal payment method in the admin area. This method will not be shown for customers in the checkout, but is only meant to be used for orders, which are created by an admin in the backend.
composer require customgento/module-admin-payment-m2
bin/magento module:enable CustomGento_AdminPayment
bin/magento setup:upgrade
bin/magento cache:flush
bin/magento setup:di:compile
© 2020 - present CustomGento GmbH