473,779 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

php web payment options

Hi all,

What would be the best way to add a credit card (and maybe also other
systems) payment option to my php website shop?

Is this something that can be done by a regular developer like me? And
if so where can i find information on how to do this.

Or is it customary/best to let a specialised company handle the actual
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.

If anybody could help me out with this or give me pointers or ideas on
how to make this work i would really appreciate it.

Best regards,
Eric


Jul 17 '05 #1
8 2462
Eric wrote:
Hi all,

What would be the best way to add a credit card (and maybe also other
systems) payment option to my php website shop?

Is this something that can be done by a regular developer like me? And
if so where can i find information on how to do this.

Or is it customary/best to let a specialised company handle the actual
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.

If anybody could help me out with this or give me pointers or ideas on
how to make this work i would really appreciate it.

Best regards,
Eric

Eric,

First of all you will need a merchant account which accepts online processing to
handle the credit card transactions. Each account provider will have different
requirements, but you should be able to add them. In fact, some (most?) will
provide sample code.

Sorry, I can't recommend anyone in your area. Here in the U.S., to use banks,
etc. (often the lowest rates) you need to show you have been in business for a
while (i.e. registered business name, bank accounts, etc.). There are others
which don't have this requirement, but they generally charge higher rates.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Jul 17 '05 #2
Eric wrote:
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.


Let me know what you find, because I am looking at doing the same thing.

Ta

- Nicolaas
Jul 17 '05 #3
Hello,

on 07/10/2005 05:10 PM Eric said the following:
What would be the best way to add a credit card (and maybe also other
systems) payment option to my php website shop?

Is this something that can be done by a regular developer like me? And
if so where can i find information on how to do this.

Or is it customary/best to let a specialised company handle the actual
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.

If anybody could help me out with this or give me pointers or ideas on
how to make this work i would really appreciate it.


I think companies like Paypal and 2checkout can work for non-US
e-commerce sites. Here you may find a few ready to use classes that can
interface with those and other payment gateway services:

http://www.phpclasses.org/browse/cla...top/rated.html
--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #4
NC
Eric wrote:

What would be the best way to add a credit card (and maybe
also other systems) payment option to my php website shop?
To be able to accept credit cards, whether online or offline,
you need to open a merchant account with a processing company.
Some banks have their own processing capabilities, so if you
already have a banking relationship, ask your bank if this is
something they can do for you. If not, there are plenty of
other processors around.
Is this something that can be done by a regular developer
like me?
Yes, rather easily.
And if so where can i find information on how to do this.


Your processor will most likely have an extensive how-to
information. If you want an example of what you might need
to do, you can check out these manuals from Authorize.Net:

http://www.authorize.net/support/SIM_guide.pdf
http://www.authorize.net/support/AIM_guide.pdf

Obviously, these manuals would apply only if you set up with
Authorize.Net. If you choose to use a different processor,
you will end up doing something different in detail, but most
likely similar in principle.

Cheers,
NC

Jul 17 '05 #5
Eric wrote:
Hi all,

What would be the best way to add a credit card (and maybe also other
systems) payment option to my php website shop?

Is this something that can be done by a regular developer like me? And
if so where can i find information on how to do this.

Or is it customary/best to let a specialised company handle the actual
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.

If anybody could help me out with this or give me pointers or ideas on
how to make this work i would really appreciate it.

Best regards,
Eric


PayPal can be used by anyone. It is very easy for an end user and
secure. If you do decide to use it just make the p&p a bit more to
cover the PayPal fee. There are loads of sample pages around.

HTH
Margaret
Jul 17 '05 #6
I am also looking for a payment gateway that interfaces with PHP, but
is actually a gateway and not a site that transports the customer to
their pages. I want the customer to stay on the client website.

Does anyone have any specific recommendations for good companies?

Jul 17 '05 #7
bo****@gmail.co m wrote:
I am also looking for a payment gateway that interfaces with PHP, but
is actually a gateway and not a site that transports the customer to
their pages. I want the customer to stay on the client website.

Does anyone have any specific recommendations for good companies?


If you're in the US, PayPal just released a new option for credit card
processing that is completely transparent - all handled on the back end.
Your customers never leave your site.

Unfortunately, this is not available outsite the US yet, and PayPal has not
said when it will be.

I know of someone in England using CCBill - you might want to check that one
out, but I don't know if it stays on your page...

--
Tony Garcia
Web Right! Development
Riverside, CA
www.WebRightDevelopment.com
Jul 17 '05 #8
Eric wrote:
Hi all,

What would be the best way to add a credit card (and maybe also other
systems) payment option to my php website shop?

Is this something that can be done by a regular developer like me? And
if so where can i find information on how to do this.

Or is it customary/best to let a specialised company handle the actual
payment part of the transaction. And if so what can i expect to pay to
such a company for each transaction, and which are respectable
companies in the "Netherland s" region.

If anybody could help me out with this or give me pointers or ideas on
how to make this work i would really appreciate it.

Best regards,
Eric


Digiweb in New Zealand offers, for about 10 dutch florin a month, a service
where you can securely enter cc details. Rather simple, but very effective
and cheap (no comission).

cheers

- Nicolaas
Jul 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2815
by: Karen | last post by:
I inserted this statement and it worked great for the customers that have no payment history, but for the customers that have a history and an open invoice, it still used today's date in the mix and came back with screwy math. For instance, a customer who actually has an average payment of 20 days and has an open invoice 12 days old was calculated at an average of 102 days.... I'm fuzzy, but not that fuzzy! How do I tell Access to only...
11
3269
by: Hazz | last post by:
is there something as easy as just providing a link to an inexpensive credit card approval/payment component to integrate into an asp.net app. My question isn't about the linking process itself but rather about my wanting a very simple but robust credit card transaction component that I would not have to build myself. I already have a navigation system to display product. thank you -greg
2
1224
by: netasp | last post by:
hi all, I need your help with the following scenario: I am using VS 2005 and SQL server DB, my form has 3 textboxes txtTotalAmount, txtAmountEntered, txtAmountBalance. If txtTotalAmount is $20.00 for example then user can enter $2.00 in cash, $2.00 in MasterCard, $16.00 in Cash ,..etc until total amount is reached then balance will show to user. I just don't know whats the best way to approach this? store everything in
3
6702
by: cameron | last post by:
Hi I am new here in this forum: I am writing a C++ program to calculate a Montly Mortgage Payment where the loan amount is 200,000.00 with a 5.75% interest rate with a term of 30 years. My program compiles fine with no errors but my calculation is not working correctly, any suggestions would be great as this assignment is due on Monday: //******************************************************* //Program: Calculations Payments //Purpose: To...
3
1664
by: davidhumphrey70 | last post by:
Hi, I am in serious need of some help PLEASE? I have a 4 tables (April data, May data, June data and July data) with numerous fields. Each of the tables has its own "Passed for payment to date" field. In a query I am trying to calculate the "Total passed for payment" which will be the sum of the "Passed for payment" fields taken from
13
2484
by: Wayne | last post by:
I have just experienced my first late paying client. By "late" I mean that the invoice is now almost 2 months overdue. I don't think that the client is maliciously withholding payment - rather there has been an unfortunate series of events which has delayed the payment. The bottom line for a small time developer is still the same however. I am confident that I will receive payment for the invoice eventually but it is now a case of "once...
1
2704
by: myemail.an | last post by:
Hi all, I am a novice to Access, and was wondering if I could get some help on a problem I can't solve. I have a database with customer payments, structured like this: customer code type of payment date of payment payment amount
8
2059
by: gnewsgroup | last post by:
I have never done anything involving handling credit card payment online. I searched this forum a little bit, and found a few related questions. But, I am still not clear how the solutions they talked about work. I do NOT want my users to go to another domain (either through a popup window or not) to make the payment and redirected back to my web site, because this does not sound professional. In other words, I would like to handle...
0
1830
by: Mrs Scilla Madlin | last post by:
This is to officially inform you that we have verified your contract/inheritance file presently on my desk, and I found out that you have not fulfilling the obligations giving to you in respect to your contract payment. Secondly, you are hereby advised to stop dealing with some non-officials in the bank as this is an illegal act and will have to stop if you so wish to receive your payment immediately. After the Board of director's...
0
9636
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
9474
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,...
1
10075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6727
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
5373
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...
0
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.