473,799 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Paypal payment without leaving the site

61 New Member
Hi All,
My client needs Pay Pal payments to be made within the site. i.e the user should not be send to the Pay Pal site and return back to the client's site. The payment should be done within the client site itself.

I don't have any previous exposure with this.
If anyone has implemented this kind of thing can you please help me with this.

I want to know
What are the requirements to implement this?
Can I implement this using only PHP?
What would be the time frame to successfully complete this process?
or any suggesstion and more info would be useful.

Thanks All
May 9 '08 #1
5 2364
coolsti
310 Contributor
I probably should not answer since I have very little experience here, but I do not think you should be able to implement a Paypal payment without sending the user to the Paypal site. Unless Paypal themselves have implemented a portal which would allow this. Unless they specifically did this, it would be too insecure.

So if no one else answers your question here, you may wish to contact Paypal or surf their site and see what they may offer, if anything, in this area.

My former wife tried to set up a payment system on her site but not with Paypal, and it was very difficult because of the security precautions, requirements for SSL transactions, etc.
May 9 '08 #2
Atli
5,058 Recognized Expert Expert
Hi.

I think this is what you are looking for (or the UK version).

Don't really know much about it. Came across it some time ago but never took the time to get to know it.

Be careful tho if you plan on implementing your own payment system. I wouldn't recommend it unless you can set it up an a SSL connection.
May 10 '08 #3
dlite922
1,584 Recognized Expert Top Contributor
Hi All,
My client needs Pay Pal payments to be made within the site. i.e the user should not be send to the Pay Pal site and return back to the client's site. The payment should be done within the client site itself.

I don't have any previous exposure with this.
If anyone has implemented this kind of thing can you please help me with this.

I want to know
What are the requirements to implement this?
Can I implement this using only PHP?
What would be the time frame to successfully complete this process?
or any suggesstion and more info would be useful.

Thanks All
PayPal does provide an API (Application Program Interface) that allow you to do transactions through XML and communicate with their site.

Ask your self, is it really worth all the trouble and risk of making your own payment site?

People trust paypal than any new comer/unknow site. They will hesitate to give you CC numbers.

If your ready for the risk and think you've got it all down, yes this is definetly possible and have done it personally.
May 10 '08 #4
samatair
61 New Member
I probably should not answer since I have very little experience here, but I do not think you should be able to implement a Paypal payment without sending the user to the Paypal site. Unless Paypal themselves have implemented a portal which would allow this. Unless they specifically did this, it would be too insecure.

So if no one else answers your question here, you may wish to contact Paypal or surf their site and see what they may offer, if anything, in this area.

My former wife tried to set up a payment system on her site but not with Paypal, and it was very difficult because of the security precautions, requirements for SSL transactions, etc.
Thank you for your indeas on this.
May 28 '08 #5
samatair
61 New Member
PayPal does provide an API (Application Program Interface) that allow you to do transactions through XML and communicate with their site.

Ask your self, is it really worth all the trouble and risk of making your own payment site?

People trust paypal than any new comer/unknow site. They will hesitate to give you CC numbers.

If your ready for the risk and think you've got it all down, yes this is definetly possible and have done it personally.
Thank you. My client has now changed his mind to go for Authorize.net. I look back to come to this site with more questions. :)
May 28 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
1909
by: C:>/ | last post by:
A client wants the payment process with OSCommerce to use PayPal , however every time it asks for all the registration information twice. Does anyone know if theres a way to overcome this? Is there a way of getting PayPal to just ask for payment information and to auto-fill the name/address fields from the OSCommerce side? Cheers
2
2680
by: Stuart | last post by:
Hi, Can some one point me to a resource (if there is one) that describes if a value is sent back to my site from PAyPal once the payment has been process. The reason is that I want to perform some actions once I know the payment has been received and processed. I have looked the PDN (Paypal developers Network) but cannot see anything -
5
4776
by: Vinod | last post by:
Hi I am having a payment website which needs to be integrated, i am having the following code which is not working fine. I am having the following script and my notifyurl is not working i don't know why can guys please help me up <% if SIGNUP_PRICE > 0 then
1
2579
by: Mike Kingscott | last post by:
Hi all, I have an app that allows users to upload files to my site, and then download them at a later date. Once the files have been safely uploaded, I wish to give them a download code to retrieve them at a later date, but only after they've paid for them via PayPal or similar. I am unable to use the standard BuyNow PayPal button as the Form PostBack method only allows one form per page, and although there is a
4
2447
by: Mark | last post by:
Hi all, I have an ASP.NET application which I use to call paypal. I pass in the success URL as http://www.somedomain.com/success.aspx I go right through the paypal process and I finally get the "Return to merchant" button on the PayPal screen. If I look at the source code of the Paypal page the form action looks like
2
4184
by: Tommy | last post by:
I have written some code to use paypal for users to make purchases from my site. I am using the paypal instant payment notification. When i get the notification from paypal I send the user an email with registration key. I can pass data to that page with the custom field with no problem. The problem is after I redirect from my page to paypal. When I click the return button on paypal at the end of the purchase process all of my session...
7
2584
by: Alan Silver | last post by:
Hello, I've just been looking at the free PayPal component from ComponentOne and am somewhat amazed how insecure it is. They include all the transaction details in plain text in the querystring, meaning that any rank novice can click the Buy button on your site, then when the PayPal page loads, change the amount for the transaction and press Enter. This reloads the page with the new amount. This is so obvious that anyone could do it.
3
20262
by: ykhamitkar | last post by:
Hi I tried the notify_url but it didnt work can you see if I am doing any error. or do i need to change any any setting in paypal site to activate notify_url Here is my html code for the form ================================================ <input type="Hidden" name="cmd" value="_xclick"> <input type="Hidden" name="business" value="username@hotmail.com"> <!-- Allow customer to enter desired quantity --> <input type="Hidden" ...
0
9686
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9540
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10475
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10250
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7564
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.