Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?

What is the meaning of [[:space:]] in bash?

Is this artwork (used in a video game) real?

What happens on Day 6?

Link of a singularity

Should I be able to keep my company purchased standing desk when I leave my job?

Alternator dying so junk car?

A scene of Jimmy diversity

Is the Gritty Realism variant incompatible with dungeon-based adventures?

What could be reasoning of male prison in VR world to only allow undershirt and sarong as nightwear to male prisoners

Why does FFmpeg choose 10+20+20 ms instead of an even 16 ms for 60 fps GIF images?

Sending a photo of my bank account card to the future employer

Advice for paying off student loans and auto loans now that I have my first 'real' job

If I stood next to a piece of metal heated to a million degrees, but in a perfect vacuum, would I feel hot?

What made Windows ME so crash-prone?

Can a dragon's breath weapon pass through Leomund's Tiny Hut?

Did 007 exist before James Bond?

Is there a source that says only 1/5th of the Jews will make it past the messiah?

Is it ethical for a company to ask its employees to move furniture on a weekend?

Why did Steve Rogers choose this character in Endgame?

Why don't commercial aircraft adopt a slightly more seaplane-like design to allow safer ditching in case of emergency?

Why did Spider-Man take a detour to Dorset?

Snaking a clogged tub drain

Can you perfectly wrap a cube with this blocky shape?

How could an animal "smell" carbon monoxide?



Magento 2 “No Payment Methods” in Admin New Order


How to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates



enter image description here



I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:



enter image description here



What could be causing the other three not are displayed?



Thanks.










share|improve this question






























    0















    In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates



    enter image description here



    I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:



    enter image description here



    What could be causing the other three not are displayed?



    Thanks.










    share|improve this question


























      0












      0








      0








      In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates



      enter image description here



      I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:



      enter image description here



      What could be causing the other three not are displayed?



      Thanks.










      share|improve this question
















      In a Magento 2.3.1 site, I have two third-party payment methods and PayPal Express Checkout enabled. On the frontend, the three works perfectly. But, when I am trying to create a new order on admin panel, the payment methods are not displayed when I click on Get shipping methods and rates



      enter image description here



      I tested enabled the method Check / Money Order in my developer environment, and this is displayed correctly:



      enter image description here



      What could be causing the other three not are displayed?



      Thanks.







      magento2 admin orders payment-methods






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 8 at 16:13









      Smita Kagwade

      41414 bronze badges




      41414 bronze badges










      asked Jul 8 at 15:51









      Eliacim DAVILA - CENSEREEliacim DAVILA - CENSERE

      3773 silver badges18 bronze badges




      3773 silver badges18 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          2














          Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.



          For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:



          /**
          * Payment Method feature
          *
          * @var bool
          */
          protected $_canUseInternal = true;


          That's why this is work for admin.



          For express checkout this is disabled.




          vendor/magento/module-paypal/Model/Express.php




          /**
          * Availability option
          *
          * @var bool
          */
          protected $_canUseInternal = false;





          share|improve this answer























          • You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

            – Eliacim DAVILA - CENSERE
            Jul 8 at 16:57













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281246%2fmagento-2-no-payment-methods-in-admin-new-order%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.



          For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:



          /**
          * Payment Method feature
          *
          * @var bool
          */
          protected $_canUseInternal = true;


          That's why this is work for admin.



          For express checkout this is disabled.




          vendor/magento/module-paypal/Model/Express.php




          /**
          * Availability option
          *
          * @var bool
          */
          protected $_canUseInternal = false;





          share|improve this answer























          • You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

            – Eliacim DAVILA - CENSERE
            Jul 8 at 16:57















          2














          Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.



          For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:



          /**
          * Payment Method feature
          *
          * @var bool
          */
          protected $_canUseInternal = true;


          That's why this is work for admin.



          For express checkout this is disabled.




          vendor/magento/module-paypal/Model/Express.php




          /**
          * Availability option
          *
          * @var bool
          */
          protected $_canUseInternal = false;





          share|improve this answer























          • You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

            – Eliacim DAVILA - CENSERE
            Jul 8 at 16:57













          2












          2








          2







          Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.



          For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:



          /**
          * Payment Method feature
          *
          * @var bool
          */
          protected $_canUseInternal = true;


          That's why this is work for admin.



          For express checkout this is disabled.




          vendor/magento/module-paypal/Model/Express.php




          /**
          * Availability option
          *
          * @var bool
          */
          protected $_canUseInternal = false;





          share|improve this answer













          Your third-party payment methods don't support admin order. Same for PayPal Express Checkout. PayPal Express Checkout redirects to Paypal that's why this is not working for admin section if you enabled by hacking code.



          For Check / Money Order this payment method extends MagentoPaymentModelMethodAbstractMethod class. If you open then you can see following code snippet:



          /**
          * Payment Method feature
          *
          * @var bool
          */
          protected $_canUseInternal = true;


          That's why this is work for admin.



          For express checkout this is disabled.




          vendor/magento/module-paypal/Model/Express.php




          /**
          * Availability option
          *
          * @var bool
          */
          protected $_canUseInternal = false;






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 8 at 16:45









          Sohel RanaSohel Rana

          25.1k3 gold badges47 silver badges65 bronze badges




          25.1k3 gold badges47 silver badges65 bronze badges












          • You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

            – Eliacim DAVILA - CENSERE
            Jul 8 at 16:57

















          • You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

            – Eliacim DAVILA - CENSERE
            Jul 8 at 16:57
















          You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

          – Eliacim DAVILA - CENSERE
          Jul 8 at 16:57





          You are correct; the problem is third-party payment methods have the protected $_canUseInternal = false; I will review with them what options there are. Thanks.

          – Eliacim DAVILA - CENSERE
          Jul 8 at 16:57

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f281246%2fmagento-2-no-payment-methods-in-admin-new-order%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form