Intergrate payment gateway (.net) in to php cart applicatin?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kingredyard
Forum Newbie
Posts: 2
Joined: Fri Jul 17, 2009 12:43 am

Intergrate payment gateway (.net) in to php cart applicatin?

Post by kingredyard »

Hi,
I want to integrate .net payment gateway in to my php Online Shopping Cart Project.
Can any one help me out from this issue.
Last edited by kingredyard on Sat Jul 18, 2009 7:24 am, edited 1 time in total.
dejvos
Forum Contributor
Posts: 122
Joined: Tue Mar 10, 2009 8:40 am

Re: asp net payment gateway integration in php application

Post by dejvos »

You should more concretize your idea.
chathuranga
Forum Newbie
Posts: 3
Joined: Fri Jul 17, 2009 2:40 am

Re: asp net payment gateway integration in php application

Post by chathuranga »

You can use some remote server access from php to .net cart.
kingredyard
Forum Newbie
Posts: 2
Joined: Fri Jul 17, 2009 12:43 am

Re: asp net payment gateway integration in php application

Post by kingredyard »

I am developing Shopping cart application in php,and i want to integrate the payment gateway which are in .net domain in my Shopping cart application.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Intergrate payment gateway (.net) in to php cart applicatin?

Post by Darhazer »

Doesn't the payment gateway provides a web service interface to it?
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Intergrate payment gateway (.net) in to php cart applicatin?

Post by Eric! »

Most payment gateways already support existing shopping cart apps. or they have their own, like paypal. What gateway are you using?
Post Reply