Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make Paypal Express checkout go direct to Using Credit or Debit Card? #601

Open
buihung93 opened this issue Jun 1, 2019 · 1 comment
Labels

Comments

@buihung93
Copy link

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?

@davidchin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants