maestro card integration

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
anuragshr
Forum Newbie
Posts: 8
Joined: Tue Nov 15, 2005 10:51 am

maestro card integration

Post by anuragshr »

Hi,
We have a e-commerce application and want to integrate maestro card with it. I am using php as my programming language. I have already integrated few other payment gateways with my site.
Thanks
Anurag
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Post by Charles256 »

could you be a little more vague?...
anuragshr
Forum Newbie
Posts: 8
Joined: Tue Nov 15, 2005 10:51 am

Post by anuragshr »

Hi, thanks for reply. I want to integrate gateway to process mestro. AS i have integrated wordpay,verisign etc..in same way i want to integrate for mestro.
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

How (and what) did you do when you integrated Verisign to the e-commerce application...
...and what is different from adding Master Card?

We would need more info, as what the difficulties is really.
anuragshr
Forum Newbie
Posts: 8
Joined: Tue Nov 15, 2005 10:51 am

Post by anuragshr »

As in case of integrating Verisign i have downloaded a class file..then including that file in my program..creating instance of that class passing some parameters (entered by user) and that class retrun me success or faliure as its output. i need to set admin account related information in that class.
now my boss instructed me like this "add more payment gateways e.g. Maestro"
User avatar
Moocat
Forum Contributor
Posts: 143
Joined: Wed Oct 12, 2005 9:28 am
Location: USA

Post by Moocat »

I believe he wants to know how to integrate a credit card (Maestro, subsidiary of MasterCard) into this site and doesn't know how. I believe contacting Maestro might lead to a better option unless someone here has personally worked with the Maestro system...? It's foreign (to me) and I have worked with it. Maestro would probably be happy to offer direct customer support as well (since they'll be taking your money).
anuragshr
Forum Newbie
Posts: 8
Joined: Tue Nov 15, 2005 10:51 am

Post by anuragshr »

thanks, i have already mailed to mestro people and waiting for reply.. if any one of u have done this thing earlier the please help me...thanks
Post Reply