Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to do an express checkout payment in PayPal without an account?

I remember that I saw it somewhere, but I don't remember where. Once a time in PayPal there was a link under "Create a PayPal account".

share|improve this question

2 Answers

up vote 11 down vote accepted

Yes, that's certainly possible. Simply set SOLUTIONTYPE=Sole in your initial SetExpressCheckout API call.
Optionally you can also specify LANDINGPAGE=Billing for the billing page to be forced.

Note: In order for SOLUTIONTYPE=Sole to work, you must have 'PayPal Account Optional' set to 'On' with the 'Website Preferences' section of your PayPal account.
Profile > My selling tools (or: My selling preferences) > Website Preferences > Update > PayPal Account Optional: On.

share|improve this answer
1  
I have LANDINGPAGE=Billing and SOLUTIONTYPE=Sole. If a customer already has a PayPal account attached to their email or creditcard, they are still prompted to log in, even if they try to check out as guest. Is there a way to buypass this? It would be more convenient for buyers, because they tempt to forget the login details. – Kenci May 11 '12 at 22:55

It is. But you need a Business or Developer account. It can't be done with Personal.

Read this for further information about Express Checkout with Business and this for Developer.

share|improve this answer
1  
A 'Developer account' doesn't exist as a PayPal account type. You can sign up as a developer on developer.paypal.com, but that's not required in order to accept payments without buyers having to have a PayPal account. A Premier or Business account is required however, yes. – PayPal_Robert Oct 7 '11 at 17:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.