How do I accept credit cards with Checkout using the Guest Checkout option?
About Guest Checkout
Buyers don't always have the option to complete their purchases without using or creating a PayPal account. This option is presented based on several risk factors, including but not limited to the buyer's PayPal purchase history, PayPal cookies stored on the buyer's computer, the buyer's location, or a credit assessment.
Enabling Guest Checkout within your PayPal account settings gives buyers the option to check out using a debit or credit card without having a PayPal account login.
Browser cookies determine Checkout view
The buyer's checkout view on PayPal depends on their web browser's cookies:
Guest Checkout requirements
Before you can enable Guest Checkout in Checkout, you must meet the following requirements:
With a Checkout custom-coded solution, there is an additional step: set SOLUTIONTYPE to Sole in your initial SetExpressCheckout API call.
Enabling the PayPal account optional setting
Here's how:
PayPal Payments Pro
If you want to have a more consecutive checkout process when allowing users to check out with or without creating a PayPal account, consider using a PayPal Payments Pro account (known as Website Payments Pro in some countries).
With PayPal Payments Pro, you can accept credit card transactions directly on your website with no reference as to who the processor is. PayPal will be transparent to the buyer as your credit card processor.
Buyers don't always have the option to complete their purchases without using or creating a PayPal account. This option is presented based on several risk factors, including but not limited to the buyer's PayPal purchase history, PayPal cookies stored on the buyer's computer, the buyer's location, or a credit assessment.
Enabling Guest Checkout within your PayPal account settings gives buyers the option to check out using a debit or credit card without having a PayPal account login.
Browser cookies determine Checkout view
The buyer's checkout view on PayPal depends on their web browser's cookies:
- If a PayPal cookie has been created: When the buyer lands on a PayPal page, they'll see the PayPal Login but still have the option to select "Guest Checkout" or "Don't have a PayPal Account?"
- If a PayPal cookie hasn't been defined: The buyer sees a default view of Guest Checkout allowing for debit or credit payment.
Before you can enable Guest Checkout in Checkout, you must meet the following requirements:
- Have a confirmed email address.
- Verify your PayPal account.
- Set PayPal Account Optional to On within your PayPal settings (see the next paragraph).
With a Checkout custom-coded solution, there is an additional step: set SOLUTIONTYPE to Sole in your initial SetExpressCheckout API call.
- If you use a third-party shopping cart, work with them or your developer to implement this variable.
- As long as SOLUTIONTYPE=Sole is passed in the SetExpressCheckout API, Guest Checkout will be enabled.
- For SOLUTIONTYPE=Sole to work, you must have PayPal Account Optional set to On within the PayPal account settings.
- Many third-party carts provide an Enable Guest Checkout option in the Administration view of their Checkout module.
Enabling the PayPal account optional setting
Here's how:
- Log in to your PayPal account.
- Click the Settings icon next to Log Out.
- Click Website payments under "Products & Services" on the left of the page.
- Click Update next to Website preferences.
- Click On for PayPal Account Optional.
PayPal Payments Pro
If you want to have a more consecutive checkout process when allowing users to check out with or without creating a PayPal account, consider using a PayPal Payments Pro account (known as Website Payments Pro in some countries).
With PayPal Payments Pro, you can accept credit card transactions directly on your website with no reference as to who the processor is. PayPal will be transparent to the buyer as your credit card processor.
Was this article helpful?