cancel
Showing results for 
Search instead for 
Did you mean: 

How to show PayPal payment method into create order page on backend ?

How to show PayPal payment method into create order page on backend ?

Magento Version : 2.1.9

 

I enabled only PayPal payment method in the backend and I tried to create order from backend but not able to place an order due to not showing PayPal payment method into backend order module.

 

For more information please see screenshot attached here

create_order_page.png

so please suggest me how to fix this issue?

 

is there any setting for showing PayPal payment method on create order page of backend?

4 REPLIES 4

Re: How to show PayPal payment method into create order page on backend ?

Hi @yagniksphp,

 

PayPal payment gateway can't be used from the backend because are not allowed. For example, ig you take a look at:

 

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

You'll see this at line 97:

 

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

This means the payment mehtod can't be used on backend, just on frontend.

 

Re: How to show PayPal payment method into create order page on backend ?

Thanks for the reply.

 

I was fixed above issue my way and now able to see PayPal payment method on backend create order page

Re: How to show PayPal payment method into create order page on backend ?

Hi,

Please share how you got the solution.

Re: How to show PayPal payment method into create order page on backend ?

How did you solve this ? Can you please share the solution here.