Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-15 Thread phphelp -- kbk

Thanks, Guys --

To those who say 'move providers' -- I can't. My client, which also  
sells a bunch of other stuff on-line has an exclusive arrangement  
with that processor.


How about using gateway providers? Any experience with that?

Ken

On Dec 15, 2008, at 1:06 AM, clive wrote:


phphelp -- kbk wrote:



Anybody have modules, code, tips, land mines, or any other  
information for doing credit card processing with PaymenTech that  
you would be willing to share?


Ken - I think your first step is to find another provider, support  
is everything, your code can be 110% correct, but if there is 1  
item wrong in the comms you have with PaymenTech, then you can  
spend hours if not days with a broken application.


This recently happened with me and HSBC bank in the UK, rubbish  
support, my code look right, but nothing worked, until after a  
number of days I managed to get through to one of the developers of  
there payment gateway system, he was able to a make a few changesto  
the xml I sending and just like that I was able to process payments.


Move providers

Clive


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread Chris

phphelp -- kbk wrote:

Hello - - ---  -- - --

I need to develop Credit Card processing for my current application. We 
have our own shopping cart. We have been trying in vain to get technical 
information from PaymenTech for *months* -- but it seems that Chase sold 
part of it, or split it off into a separate company -- or something. in 
any case, they seem extremely distracted and unresponsive.


By doing some heavy googling, I was able to find some code from a PHP 
developer's web site, mostly for the format of the xml strings to pass 
to them.


I can't believe that they don't have a processing object for PHP already 
available, but it seems not. I see in the archives a couple of requests 
to the group for code, but the most recent was a couple of years old. 
So, I'll ask again:


Anybody have modules, code, tips, land mines, or any other information 
for doing credit card processing with PaymenTech that you would be 
willing to share?


I don't have anything for you but if they're that bad with responses can 
you switch to another payment provider? Might save you a lot of 
headaches, especially if something goes wrong (or they change something).


--
Postgresql  php tutorials
http://www.designmagick.com/


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread Miles Thompson
On Sun, Dec 14, 2008 at 6:04 PM, Chris dmag...@gmail.com wrote:

 phphelp -- kbk wrote:

 Hello - - ---  -- - --

 I need to develop Credit Card processing for my current application. We
 have our own shopping cart. We have been trying in vain to get technical
 information from PaymenTech for *months* -- but it seems that Chase sold
 part of it, or split it off into a separate company -- or something. in any
 case, they seem extremely distracted and unresponsive.

 By doing some heavy googling, I was able to find some code from a PHP
 developer's web site, mostly for the format of the xml strings to pass to
 them.

 I can't believe that they don't have a processing object for PHP already
 available, but it seems not. I see in the archives a couple of requests to
 the group for code, but the most recent was a couple of years old. So, I'll
 ask again:

 Anybody have modules, code, tips, land mines, or any other information for
 doing credit card processing with PaymenTech that you would be willing to
 share?


 I don't have anything for you but if they're that bad with responses can
 you switch to another payment provider? Might save you a lot of headaches,
 especially if something goes wrong (or they change something).

 --
 Postgresql  php tutorials
 http://www.designmagick.com/ http://www.php.net/unsub.php

We have experience with two: Beanstream (also known as Online Mart) which is
a branch fo toronto-Dominion Bank. Their system is cURL based. fabulously
reliable, and we would have used it for our own company except that it
supports only CAN and USD.

The second is WorldPay, a subsidiary of The Royal Bank of Scotland. Supports
a raft of credit cards and just about any currency you care for. Downside?
Your customers are taken to a WorldPay site - which you can sort of decorate
like your own - and then are sent back to your site. They also rely on
*timing* for completion of transactions. Sort of lousy.

Nevertheless, we will see.

General reflection? All these companies seem to want your business, but then
are hellaciously slow in providing basic information, responding to
questions, etc.

Good luck - you will need it in some measure.

Cheers - Miles


Re: [PHP] Credit Card processing: Chase PaymenTech

2008-12-14 Thread clive

phphelp -- kbk wrote:



Anybody have modules, code, tips, land mines, or any other information 
for doing credit card processing with PaymenTech that you would be 
willing to share?


Ken - I think your first step is to find another provider, support is 
everything, your code can be 110% correct, but if there is 1 item wrong 
in the comms you have with PaymenTech, then you can spend hours if not 
days with a broken application.


This recently happened with me and HSBC bank in the UK, rubbish support, 
my code look right, but nothing worked, until after a number of days I 
managed to get through to one of the developers of there payment gateway 
system, he was able to a make a few changesto the xml I sending and just 
like that I was able to process payments.


Move providers

Clive


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Credit Card processing: Chase PaymenTech

2008-12-12 Thread phphelp -- kbk

Hello - - ---  -- - --

I need to develop Credit Card processing for my current application.  
We have our own shopping cart. We have been trying in vain to get  
technical information from PaymenTech for *months* -- but it seems  
that Chase sold part of it, or split it off into a separate company  
-- or something. in any case, they seem extremely distracted and  
unresponsive.


By doing some heavy googling, I was able to find some code from a PHP  
developer's web site, mostly for the format of the xml strings to  
pass to them.


I can't believe that they don't have a processing object for PHP  
already available, but it seems not. I see in the archives a couple  
of requests to the group for code, but the most recent was a couple  
of years old. So, I'll ask again:


Anybody have modules, code, tips, land mines, or any other  
information for doing credit card processing with PaymenTech that you  
would be willing to share?


Many thanks - - -


Ken


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php