Link to home
Start Free TrialLog in
Avatar of hasozduru
hasozduru

asked on

Payment system

Hi

I have a web site and would like to accept payments from customers. I know some sites like epdq and worldpay. I don't wish customers to leave my site's domain and go to worlpay or epdq domain to enter their credit card details. I would like to design payment pages myself. What do you recommend?

Cheers
Avatar of jdpipe
jdpipe
Flag of Australia image

where you are based will play a part in this... some banks will want you to use their payment service gateways. ePDQ doesn't allow you to customise the look of their pages although you can add your own logo. They have a 'advanced interface' to allow you to host the payment process on your server but it is a LOT more work to write your site that way. Be very clear why you want to do that - mostly you'll find it's just not worth the extra work.

netbanx is another option. They used to let you upload your own page template, I remember. They had a fairly good system coupla years back when I worked with them.

kagi is anotheroption that lets you used highly customised pages to sell your stuff. they charge higher fees but you don't need a merchant account.

i think you should look into systems where you can send a template to the payment services provider, rather than hosting your own payment page. the cost and responsibility that goes with that is too much to take on, I think, unless you're a really really big site.

JP
Avatar of hasozduru
hasozduru

ASKER

I want to do payment system in the UK. Could you give me options for UK please?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of jdpipe
jdpipe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Buz

I am using PHP. How will I code with XML to talk to their system?

Thanks
I'm using PHP as well.
They have a very simple interface.
I'm sending XML POST using CURL to their servers and geting the response in plain text.
Very simple and fast to implement. They even have examples (used to be) in their support site.
Can I find those examples somewhere else?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Any other solution other than bibit?
I'm not sure how this system works. I'm new here.

Buzz, you talk of a php script that send XML to bibit and then the information is sent back. I would like to get that script.

Please contact me:: http://www.uhost.ca/contact.html 
You have all the needed information above.
Take a look at my post (5 posts above) and check http://www.bibit.com/php_connection_script.php.
Thanks