Chase Paymentech Orbital Gateway

2010-01-29 Thread Dawn Sekel

Has anyone added a shopping cart application
on their site that interfaces with Paymentech?
We host our own CF site and want to start accepting
on-line payments.  

If so, do you have any 
recommendations for an easy to use SDK? Or what 
would be the steps needed to start from scratch?

I researched all the shopping cart vendors listed
on Chase's authorized Orbital Gateway partners, 
but didn't find one that mentioned Coldfusion -- all
of them seemed geared towards ASP.net.

Thanks in advance for any advice.
Dawn Sekel
dawn.sekel.tcleose.tx.state.us




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330268
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Help interfacing with Paymentech Orbital for Gift Card

2007-05-25 Thread Jon Kusnir
(cross-posted to XML list)

I have a client that needs to add Paymentech Gift Card fulfilment to their 
e-commerce site. The Gift Card is the simplest Paymentech protocol, it is 
called FlexCache.

I have downloaded the Java and Perl SDKs for the Orbital gateway, but it seems 
like overkill when all I need to implement are a handful of the protocols via 
HTTPS XML transfer.

Can anyone point me in the right direction here? I am comfortable building the 
communication in CF 6.1, but hopeful that some of the problems have already 
been solved.

Thanks,

- Jon

Jon Kusnir
Rapid General Networks
jon at rapidgeneral dot com

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279307
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Paymentech ...

2007-03-19 Thread Robert Rawlins - Think Blue
I'm not quite sure what problem this is referring too, 

but I'd say that relying on client side only authentication for this kind of
thing is pretty ropey, id look to implement something server side that won't
break if the user has scripting disabled.

Rob

-Original Message-
From: Ashley Brandwood [mailto:[EMAIL PROTECTED] 
Sent: 19 March 2007 15:04
To: CF-Talk
Subject: Paymentech ...

1) Which gateway are you using? Linkpoint, Authorize.net or Orbital?
  

2) I use JS script to disable the submit button to prevent multiple
submissions ...
 There are two options ...
1) place in the submit button:  
  onclick="this.disabled=true;"
 or (my prefered)
2) place in the form validation script
  document.getElementById('submit_button').disabled=false;
   if the validation fails, just turn it back on :-)



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272996
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Paymentech ...

2007-03-19 Thread Ashley Brandwood
1) Which gateway are you using? Linkpoint, Authorize.net or Orbital?
  

2) I use JS script to disable the submit button to prevent multiple submissions 
...
 There are two options ...
1) place in the submit button:  
  onclick="this.disabled=true;"
 or (my prefered)
2) place in the form validation script
  document.getElementById('submit_button').disabled=false;
   if the validation fails, just turn it back on :-)

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272995
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Paymentech Issues

2007-02-20 Thread K Simanonok
Pardon me if this turns into a double posting, but for some reason CF-Talk 
isn't getting my emails.  So I tried the Yahoo interface once but there's text 
there with a link saying it should be done from 
http://www.houseoffusion.com/groups/CF-Talk/reply.cfm.

=

Anyone using Paymentech's real-time credit card validation?  I'm having a 
problem with their service because there are circumstances where they'll send 
back two replies.  It's due in part I think to my customers clicking twice on 
the Submit button, so I've got some Javascript preventing that second click, 
but some people's Javascript doesn't work because they've either got it turned 
off or they're using some funky browser.  Large text saying "PLEASE JUST CLICK 
ONCE" is also sometimes ignored.  You'd think that Paymentech would prevent 
this problem on their end but they're apparently incapable of doing so (trying 
to get them to do the slightest thing to fix anything is impossible, my 
recommendation is not to ever use their services if you're not already, they 
are an incredibly slothful and lazy bureaucracy and don't care about individual 
customers since they've got plenty).  So my site gets two replies back from 
them sometimes -- this should really be no problem because after all I am 
recording in my DB that the first reply was received and I don't accept a 
second if the DB already has a record saying the first one was received.  BUT 
what can happen is that due to the transmission latencies varying, a second 
reply from Paymentech can come in before the first one is finished processing 
and therefore there's no record in my DB yet that the first one has been 
received.  So they both can get processed!  

I'm thinking about solving this problem by creating an Application variable for 
each reply from Paymentech, named after the unique identifier for the 
transaction.  This would be way faster than the DB can get a record stuffed 
into it.  I'd simply check with each reply from Paymentech to see whether or 
not an application variable by the name of the unique identifier already exists 
or not, and process the transaction only if it doesn't.  I'm writing to ask if 
anyone here has dealt with a dependency like this, and is my intended solution 
the best one?  

Thanks,

Karl S.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Paymentech Issues

2007-02-20 Thread simanonok
Anyone using Paymentech's real-time credit card validation?  I'm 
having a problem with their service because there are circumstances 
where they'll send back two replies.  It's due in part I think to my 
customers clicking twice on the Submit button, so I've got some 
Javascript preventing that second click, but some people's Javascript 
doesn't work because they've either got it turned off or they're 
using some funky browser.  Large text saying "PLEASE JUST CLICK ONCE" 
is also sometimes ignored.  You'd think that Paymentech would prevent 
this problem on their end but they're apparently incapable of doing 
so (trying to get them to do the slightest thing to fix anything is 
impossible, my recommendation is not to ever use their services if 
you're not already, they are an incredibly slothful and lazy 
bureaucracy and don't care about individual customers since they've 
got plenty).  So my site gets two replies back from them sometimes -- 
this should really be no problem because after all I am recording in 
my DB that the first reply was received and I don't accept a second 
if the DB already has a record saying the first one was received.  
BUT what can happen is that due to the transmission latencies 
varying, a second reply from Paymentech can come in before the first 
one is finished processing and therefore there's no record in my DB 
yet that the first one has been received.  So they both can get 
processed!  

I'm thinking about solving this problem by creating an Application 
variable for each reply from Paymentech, named after the unique 
identifier for the transaction.  This would be way faster than the DB 
can get a record stuffed into it.  I'd simply check with each reply 
from Paymentech to see whether or not an application variable by the 
name of the unique identifier already exists or not, and process the 
transaction only if it doesn't.  I'm writing to ask if anyone here 
has dealt with a dependency like this, and is my intended solution 
the best one?  

Thanks,

Karl S.


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: Paymentech Documentation

2006-11-06 Thread Ashley Brandwood
it's actually available for anyone ... assuming you know the URL ...

https://www.paymentech.net/download/

>Would anyone, by chance, have a copy of the Paymentech Orbital  
>Gateway API documentation they could e-mail me off-list?
>
>I have a client who is waiting to finalize their account through  
>Chase and it seems that Paymentech only makes their API specs  
>available to the account holders directly via their  representatives  
>(http://www.chasepaymentech.com/solgat.do).  I haven't been able to  
>find any documentation anywhere on this.  Since their account hasn't  
>been fully processed, it's kind of a Catch-22.
>
>The processor integration piece is pretty much all I have left on  
>this particular project and I'd like to get the processing functions  
>in place so that once the account information is back, it's a test  
>and go deal.
>
>Thanks for any help you can give,
>
>Jon

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259374
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: Paymentech Documentation

2006-10-30 Thread Jon Clausen
Would anyone, by chance, have a copy of the Paymentech Orbital  
Gateway API documentation they could e-mail me off-list?

I have a client who is waiting to finalize their account through  
Chase and it seems that Paymentech only makes their API specs  
available to the account holders directly via their  representatives  
(http://www.chasepaymentech.com/solgat.do).  I haven't been able to  
find any documentation anywhere on this.  Since their account hasn't  
been fully processed, it's kind of a Catch-22.

The processor integration piece is pretty much all I have left on  
this particular project and I'd like to get the processing functions  
in place so that once the account information is back, it's a test  
and go deal.

Thanks for any help you can give,

Jon



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258501
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Paymentech

2006-08-23 Thread William Beers
> As one lowly programmer to another, may I ask how you connected to 
> Paymentech?  I'm trying to POST to Paymentech's NetConnect product 
> using CFHTTP and something has gone awry.  They have verified that our 
> test account is working, but I get a connection failure every time.  
> I'm curious how you're passing the POST.

I am having the same issue as well.  This started a couple of days ago when a 
customer brought this to my attention.  The detailed error message is:
TransactionError: code=[2], http-code=[412], gateway-code=[] : HTTP error 
response received.


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250818
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Paymentech

2006-08-10 Thread Ray Champagne
Not sure who you were talking to, Jacqueline, but I have a script that I 
am "handing out" that worked up until my client changed to Auth.NET 
earlier this year.  I'll email it to you off-list, if you'd like.

Ray

Jacqueline Olexa wrote:
> As one lowly programmer to another, may I ask how you connected to 
> Paymentech?  I'm trying to POST to Paymentech's NetConnect product using 
> CFHTTP and something has gone awry.  They have verified that our test account 
> is working, but I get a connection failure every time.  I'm curious how 
> you're passing the POST.
> 
> 
>> Oh.  I'm just a lowly programmer who makes no business decisions. :) I 
>> was just handed the problem of creating the script to connect to the 
>> gateway.  The client had picked them out before we even got involved.
>>
>> Sorry.
>>
>> Adkins, Randy wrote:
> 
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249498
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Paymentech

2006-08-10 Thread Jacqueline Olexa
As one lowly programmer to another, may I ask how you connected to Paymentech?  
I'm trying to POST to Paymentech's NetConnect product using CFHTTP and 
something has gone awry.  They have verified that our test account is working, 
but I get a connection failure every time.  I'm curious how you're passing the 
POST.


>Oh.  I'm just a lowly programmer who makes no business decisions. :) I 
>was just handed the problem of creating the script to connect to the 
>gateway.  The client had picked them out before we even got involved.
>
>Sorry.
>
>Adkins, Randy wrote:
>>

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Paymentech

2006-08-10 Thread Jacqueline Olexa
>Oh.  I'm just a lowly programmer who makes no business decisions. :) I 
>was just handed the problem of creating the script to connect to the 
>gateway.  The client had picked them out before we even got involved.
>
>Sorry.
>
>Adkins, Randy wrote:
>>

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249496
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Paymentech

2006-05-24 Thread Crow T. Robot
Oh.  I'm just a lowly programmer who makes no business decisions. :) I 
was just handed the problem of creating the script to connect to the 
gateway.  The client had picked them out before we even got involved.

Sorry.

Adkins, Randy wrote:
>  I can not find any place that indicates they fee structure
> 
> -Original Message-
> From: Crow T. Robot [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 24, 2006 2:47 PM
> To: CF-Talk
> Subject: Re: Paymentech
> 
> Yep.
> 
> Randy Messer wrote:
>> Anyone have experience integrating paymentech with CF?
>>
>>
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241348
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Paymentech

2006-05-24 Thread Adkins, Randy
 I can not find any place that indicates they fee structure

-Original Message-
From: Crow T. Robot [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 24, 2006 2:47 PM
To: CF-Talk
Subject: Re: Paymentech

Yep.

Randy Messer wrote:
> Anyone have experience integrating paymentech with CF?
> 
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241346
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Paymentech

2006-05-24 Thread Crow T. Robot
Yep.

Randy Messer wrote:
> Anyone have experience integrating paymentech with CF?
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241344
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Paymentech

2006-05-24 Thread Randy Messer
Anyone have experience integrating paymentech with CF?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241341
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: PaymenTech

2002-05-28 Thread Howie Hamlin

They don't have a CFX but they do have a Java implementation if you want it.  We built 
our own CFX for Paymentech because we're
Jave-illiterate .  It took about a week of development and testing to write the CFX 
(which then had to be certified with their
gateway).  We used some open-source tools (in Delphi) to write the CFX so, if you want 
to write your own in Delphi, then let me know
and I can give you some pointers.

Here's a page with some info on their gateway:

http://www.paymentech.net/sol_gat_page.jsp

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 10:41 AM
Subject: PaymenTech


> Is anyone here using PaymenTech for credit card authorization and merchant
> bank?
>
> If so, do they have a CF interface?
>
> Thx,
> Duane
>
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



PaymenTech

2002-05-28 Thread Duane Boudreau

Is anyone here using PaymenTech for credit card authorization and merchant
bank?

If so, do they have a CF interface?

Thx,
Duane


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Paymentech integration

2002-01-22 Thread Howie Hamlin

Does anyone have any experience integrating on-line transactions with Paymentech?  If 
so, I'd appreciate some guidance.

Thanks!

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists