You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when the customer selects Paypal and clicks place order, a pop up will show up display Paypal Login form. If they want to pay using a credit card without Paypal account, they need to take one more step so the Credit Card form can show up. I would prefer the customers can go directly to the Credit Card form.
I believe it can achieve by sending addition parameters like SOLUTIONTYPE = "Sole" in SetExpressCheckout API (here).
Could you guide me on how to do it?
The text was updated successfully, but these errors were encountered:
Hi @buihung93, I don't think you can configure PayPal to show the credit card form (guest checkout) by default. The parameter you mentioned only enables guest checkout (if your account also allows it). It doesn't actually make it the default checkout option.
Right now when the customer selects Paypal and clicks place order, a pop up will show up display Paypal Login form. If they want to pay using a credit card without Paypal account, they need to take one more step so the Credit Card form can show up. I would prefer the customers can go directly to the Credit Card form.
I believe it can achieve by sending addition parameters like SOLUTIONTYPE = "Sole" in SetExpressCheckout API (here).
Could you guide me on how to do it?
The text was updated successfully, but these errors were encountered: