Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal: express checkout pay without account

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".

like image 694
VitalyP Avatar asked Oct 07 '11 15:10

VitalyP


People also ask

Can you use PayPal checkout without an account?

Without a PayPal account, you will only be allowed to use the following payment options: debit card and credit card. Keep in mind, however, that you will be prompted to create an account. Although, if you wish to proceed without one, then simply enter your card details.

Is PayPal Express checkout the same as PayPal?

PayPal comparison: ExpressPayPal Express is very similar to PayPal Standard with one major difference: the checkout flow. PayPal Express avoids the IPN issues that arise with PayPal Standard. Customers will be directed to PayPal from your site, but they don't complete checkout at PayPal.


1 Answers

Yes, that's certainly possible.

Simply set SOLUTIONTYPE parameter to Sole in your initial SetExpressCheckout API call (SOLUTIONTYPE=Sole). 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.

EDIT:

As mentioned in one of the comments, it's possible this may only work if you add the LOCALECODE=us parameter too.

like image 140
Robert Avatar answered Oct 01 '22 07:10

Robert