In an existing implementation of Paypal Express Checkout API, we had the landing page set to a credit card entry page by setting the flags:
SOLUTIONTYPE=Sole
,
LANDINGPAGE=Billing
,
and everything worked the way we wanted.
As of today, this is not longer working. If the customer has a paypal account cookie set, they get this login with no way bypass the "paypal login" and enter a credit card directly
If they don't have a paypal cookie set, then they are at least given a "guest checkout" option:
the complaints we get are that customers can't remember their login credentials, and dont' want to go through the lost password procedure. They just want to give us money, and we just want to take it.
Is there anyway to give them a Guest Checkout option, even if they have a paypal cookie set?
USERSELECTEDFUNDINGSOURCE=CreditCard
, and theLANDINGPAGE=Billing
and it still behaves the same. I read the paypal api documentation – Runin