checkout-sdk-js icon indicating copy to clipboard operation
checkout-sdk-js copied to clipboard

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

Open buihung93 opened this issue 5 years ago • 1 comments

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?

buihung93 avatar Jun 01 '19 06:06 buihung93

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.

davidchin avatar Jun 07 '19 06:06 davidchin