Jump to content

Accepting Credit Card in Paypal without Paypal Account


SemperFi

Recommended Posts

I was just reading a thread at a webhosting site re the above topic

(Accepting Credit Card in Paypal without Paypal Account)

I have an paypal account and upgrade to business account. I would like to accept credit card from my clients. My client should not registered itself to paypal. Can it be done.

From looking at paypal

- goto https://www.paypal.com/webscr?cmd=_xclick&business={insert your paypal email address here}

- click on "If you do not currently have a PayPal account"

- on left (Don't Have a PayPal Account?) there is the form to pay without signing up

This form is available to Website Payments Standard (premier and business) and also to Website Payments Pro.

The difference between the two being :

- Website Payments Standard (premier and business) the customer still enters their credit card information on a checkout page hosted by PayPal.

- Website Payments Pro allows you to collect the credit card information on your own website and pass it to PayPal via API for processing.

There are a few different ways for you to pass this information to PayPal. All of the following examples work with PayPal's Account Optional checkout. You can find more information about each method at PayPal's Integration Center.

Cart Upload: This is designed for sites which use a separate cart and will have all of the items selected before they are passed to PayPal. You send PayPal all of the item information, quantities, and prices, and the buyer cannot modify the selections during their payment process.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">

<input type="hidden" name="cmd" value="_cart">

<input type="hidden" name="upload" value="1">

<input type="hidden" name="business" value="YOUR_EMAIL_HERE">

<input type="hidden" name="item_name_1" value="DVD">

<input type="hidden" name="amount_1" value="9.95">

<input type="hidden" name="item_name_2" value="Book">

<input type="hidden" name="amount_2" value="19.95">

<input type="hidden" name="currency_code" value="USD">

<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">

</form>

And now for my question....

Has anyone set paypal in Cubecart up this way and if so how ?

Thankyou in advance.

Link to comment
Share on other sites

  • 2 weeks later...
Guest mydiscountstation

I use standard as well.

They just highlight the part that says they do not have an account.

and continue to enter their information. They do not have to set up an account.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...