PayPal as guest?

Rodolfo

Active member
Hi there,

I've a PayPal payments profile for user upgrades on my board.

A register user of my board asked me about being able to pay using PayPal but without being forced to create a PayPal account. It seems that the payment processor wants users to create an account.

My user doesn't want to create a PayPal account, is there any workaround?

1715719210022.webp
 
How can I not? My credit card is also accepted abroad. I can also shop anywhere in the world.
Additionally, Paypal does not accept payments from Turkish banks. Once, I got a phone number from America illegally. I opened an account at a fictitious address! I was able to complete an addon payment.
 
Last edited:
This should work with SOLUTIONTYPE=So set?

With a Checkout custom-coded solution, there’s an additional step:

Set SOLUTIONTYPE=Sole in your initial SetExpressCheckout API call.
If you’re using a third-party shopping cart, you’ll need to work with them or your developer to implement this variable.
If SOLUTIONTYPE=Sole is passed in the SetExpressCheckout API, Guest Checkout will be enabled.
In order for SOLUTIONTYPE=Sole to work, you must have PayPal Account Optional set to On within your PayPal Account Settings (see below).
Many third-party carts provide an Enable Guest Checkout option in the Administration view of their Checkout module

Look like it is not working at the moment.
 
Last edited:
Back
Top Bottom