PayPal Checkout - Open credit card tab by default

topmm

Regular Member
Joined
Jul 29, 2014
Messages
230
Reaction score
85
When my clients checkout with paypal they see the login tab and not the credit card one

How to use bellow using paypal developer tools



Add this new parameter to SetExpressCheckout set to CreditCard and you should get the flow like you're wanting:

USERSELECTEDFUNDINGSOURCE=CreditCard

along with:

SOLUTIONTYPE=Sole,
LANDINGPAGE=Billing,
 
Back
Top