Re: [U2] AD: Credit Card Processing

2011-06-30 Thread Bob Witney
Everyone has to abide by PCI

We use a company called COMMIDEA is the UK, we do it out of a basic
program using callhttp

Works fine

Also they have an interface that allows you to register a card so you
can use it again and not have to store the CV2 which is aainst PCI

Bob


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jerry
Sent: 30 June 2011 17:44
To: U2 Users List
Subject: [U2] AD: Credit Card Processing

If that is near your maximum in a day I don't think you would be under 
the rules of PCI. But can never tell. You can check the standards at:

www.pcisecuritystandards.org

It might be cheaper to have one of the online PCI compliant card 
processors do the billing or you could have a PCI compliant billing 
company do the billing for you. Yes I work for one.

Jerry Banker
Affiliated Acceptance Corporation
1-800-233-8483

On 6/30/2011 11:04 AM, Bryan Evans wrote:
> I am looking for a multi-value (UniVerse specifically) product to
> handle credit card processing.  Does anyone know of or can recommend a
> product?  We are an HP-UX UniVerse shop.  The volume of credit cards
> processed would be very low - 100 orders or less per day.
>
> Thank you in advance,
>
> Bryan Evans
> Orbit Irrigation Products Inc.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

Confidentiality Notice:  This e-mail and any attachments are intended solely 
for the addressee and may contain confidential or privileged  information.   If 
you are not the named addressee, or the person responsible for delivering the 
message to the named addressee, please notify the sender as soon as possible 
and delete the material from your computer.  This message will be protected by 
copyright.  If it has come to you in error, you must not take any action based 
on its contents nor must you copy or show the message to any person other than 
the intended recipient. 
_
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Git and U2

2011-06-30 Thread Rob Sobers
Good point, Dan.

Dropbox is such a good service, too.  It's a shame that a) they let it
happen (unit tests, man!) and b.) they handled it so poorly PR-wise.  On the
bright side, it's not nearly as bad as Citibank or Sony.

-Rob


On Thu, Jun 30, 2011 at 3:43 PM, Dan McGrath  wrote:

> Rob, might not be the best idea to say secure cloud-based and Dropbox in
> the
> same email as a comparison after what happened to dropbox recently ;)
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Convert to Numeric

2011-06-30 Thread David Jordan
Hi Greg

I may have misinterpreted your email.  However just wanted to make sure you 
understood that if you want to convert $13,000.00 to numeric you need to do an 
ICONV.   OCONV does the opposite and converts 130 to $13,000.00

Regards

David Jordan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Greg Coelho
Sent: Friday, 1 July 2011 10:50 AM
To: U2 Users List
Subject: Re: [U2] Convert to Numeric

Guys,

I'm getting some wildly unexpected values returned...   I have attempted 
formatting (FMT) and converting (OCONV) and have looked at the data which 
appears to be correct(no "O" etc...).  The DICT has them set at MD2, and 15R.  
I notice that I am also getting the following message:

 In CF.OBJ/_A26S.GET.GLS.INFO at line 212 Non-numeric found when numeric 
required.

Any suggestions how I can force these values numeric?

Thanks,

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Convert to Numeric

2011-06-30 Thread Kevin King
What does A26S.GET.GLS.INFO line 212 say?  Yes, you can force values numeric
but at what expense?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Convert to Numeric

2011-06-30 Thread Greg Coelho
Guys,

I'm getting some wildly unexpected values returned...   I have attempted 
formatting (FMT) and converting (OCONV) and have looked at the data which 
appears to be correct(no "O" etc...).  The DICT has them set at MD2, and 
15R.  I notice that I am also getting the following message:

 In CF.OBJ/_A26S.GET.GLS.INFO at line 212 Non-numeric found when numeric 
required.

Any suggestions how I can force these values numeric?

Thanks,

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AD: Credit Card Processing

2011-06-30 Thread Drew William Henderson
We used to run some software from cybercash that we used from our legacy 
Universe app first on HP-UX, then on Linux.  The program ran at the 
os-level, but we called it from our unibasic application.

As to PCI compliance, I attended a PCI discussion seminar last week, and the 
comment was made that if you handle any CC transactions, you fall under PCI.  I 
agree with Jerry; assuming you are doing web-based sales, use an external 
company to handle it for you.  If  you are taking phone/mail orders, your best 
bet may be to use POTS-based card swipe terminals to do the transactions.  You 
still have to be PCI compliant, but it's a LOT easier that way.

HTH
Drew

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jerry
Sent: Thursday, June 30, 2011 12:44 PM
To: U2 Users List
Subject: [U2] AD: Credit Card Processing

If that is near your maximum in a day I don't think you would be under 
the rules of PCI. But can never tell. You can check the standards at:

www.pcisecuritystandards.org

It might be cheaper to have one of the online PCI compliant card 
processors do the billing or you could have a PCI compliant billing 
company do the billing for you. Yes I work for one.

Jerry Banker
Affiliated Acceptance Corporation
1-800-233-8483

On 6/30/2011 11:04 AM, Bryan Evans wrote:
> I am looking for a multi-value (UniVerse specifically) product to
> handle credit card processing.  Does anyone know of or can recommend a
> product?  We are an HP-UX UniVerse shop.  The volume of credit cards
> processed would be very low - 100 orders or less per day.
>
> Thank you in advance,
>
> Bryan Evans
> Orbit Irrigation Products Inc.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Git and U2

2011-06-30 Thread Dan McGrath
Rob, might not be the best idea to say secure cloud-based and Dropbox in the
same email as a comparison after what happened to dropbox recently ;)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Git and U2

2011-06-30 Thread Steve Romanow
I use bitbucket for that.
 On Jun 30, 2011 9:48 AM, "Rob Sobers"  wrote:
> Same here. I do all my work on the command line, too. While Kiln has a
> nice web UI for browsing code, searching code, organizing repos, and
viewing
> diffs, you can simply use it as a secure cloud-based host for your code.
> Think Dropbox for your code.
>
> It's nice to be able to be on any remote server with internet access and
> Mercurial installed and "hg clone" my dotfiles or utiliity scripts from
> Kiln.
>
> -Rob
>
> On Wed, Jun 29, 2011 at 11:05 PM,  wrote:
>
>> Thx. I usually just enjoy the command line interface hg. Not even that
>> comfortable in Tortoise. I do so much work on remote servers, I dont want
to
>> depend on a graphical tool.
>>
>> __**_
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/**mailman/listinfo/u2-users<
http://listserver.u2ug.org/mailman/listinfo/u2-users>
>>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Credit Card Processing

2011-06-30 Thread John Hester
We've been using PayPal's PayFlow Pro (formerly from Verisign) to
process payments from UV for a little over 5 years.  It works via a web
service, so there's no client-side software to install.  It's just a
matter of assembling some XML data in UV and passing it to the web
service via the linux curl utility.  I'm not sure if curl is availabe on
HP-UX, though.  The data could also be sent directly from UV, but curl
seemed more straightforward to me.

-John

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bryan Evans
Sent: Thursday, June 30, 2011 9:05 AM
To: U2 Users List
Subject: [U2] Credit Card Processing

I am looking for a multi-value (UniVerse specifically) product to
handle credit card processing.  Does anyone know of or can recommend a
product?  We are an HP-UX UniVerse shop.  The volume of credit cards
processed would be very low - 100 orders or less per day.

Thank you in advance,

Bryan Evans
Orbit Irrigation Products Inc.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] AD: Credit Card Processing

2011-06-30 Thread Jerry
If that is near your maximum in a day I don't think you would be under 
the rules of PCI. But can never tell. You can check the standards at:


www.pcisecuritystandards.org

It might be cheaper to have one of the online PCI compliant card 
processors do the billing or you could have a PCI compliant billing 
company do the billing for you. Yes I work for one.


Jerry Banker
Affiliated Acceptance Corporation
1-800-233-8483

On 6/30/2011 11:04 AM, Bryan Evans wrote:

I am looking for a multi-value (UniVerse specifically) product to
handle credit card processing.  Does anyone know of or can recommend a
product?  We are an HP-UX UniVerse shop.  The volume of credit cards
processed would be very low - 100 orders or less per day.

Thank you in advance,

Bryan Evans
Orbit Irrigation Products Inc.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Credit Card Processing

2011-06-30 Thread Glen Batchelor

  I would recommend Total Computing's API. They should have a vault solution
available shortly that will eliminate card data storage and a bulk of the
CISP responsibility on the MV side. You save a token and use it to perform
repeat purchases or to recall past charge information. For those who already
have Totalink, the vault solution should have a similar subroutine and call
format so it shouldn't take a whole lot of recoding. Level 3 processing
support is still in the works, if you need that to save on processing
charges. As of mid-April they were in the final stages of getting their TSYS
certification for it.

Regards,


Glen Batchelor
IT Director/CIO/CTO
All-Spec Industries
 phone: (910) 332-0424
   fax: (910) 763-5664
E-mail: webmas...@all-spec.com
   Web: http://www.all-spec.com
  Blog: http://blog.all-spec.com


> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Bryan Evans
> Sent: Thursday, June 30, 2011 12:05 PM
> To: U2 Users List
> Subject: [U2] Credit Card Processing
> 
> I am looking for a multi-value (UniVerse specifically) product to
> handle credit card processing.  Does anyone know of or can recommend a
> product?  We are an HP-UX UniVerse shop.  The volume of credit cards
> processed would be very low - 100 orders or less per day.
> 
> Thank you in advance,
> 
> Bryan Evans
> Orbit Irrigation Products Inc.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Credit Card Processing

2011-06-30 Thread Horacio Pellegrino
We use authorize.net, and you can just do a plain  CREATESECUREREQUEST call.
No need for 3rd party at all.



On Thu, Jun 30, 2011 at 12:04 PM, Bryan Evans  wrote:

> I am looking for a multi-value (UniVerse specifically) product to
> handle credit card processing.  Does anyone know of or can recommend a
> product?  We are an HP-UX UniVerse shop.  The volume of credit cards
> processed would be very low - 100 orders or less per day.
>
> Thank you in advance,
>
> Bryan Evans
> Orbit Irrigation Products Inc.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>



-- 

*hp*
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Credit Card Processing

2011-06-30 Thread Bryan Evans
I am looking for a multi-value (UniVerse specifically) product to
handle credit card processing.  Does anyone know of or can recommend a
product?  We are an HP-UX UniVerse shop.  The volume of credit cards
processed would be very low - 100 orders or less per day.

Thank you in advance,

Bryan Evans
Orbit Irrigation Products Inc.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Git and U2

2011-06-30 Thread Rob Sobers
Same here.  I do all my work on the command line, too.  While Kiln has a
nice web UI for browsing code, searching code, organizing repos, and viewing
diffs, you can simply use it as a secure cloud-based host for your code.
 Think Dropbox for your code.

It's nice to be able to be on any remote server with internet access and
Mercurial installed and "hg clone" my dotfiles or utiliity scripts from
Kiln.

-Rob

On Wed, Jun 29, 2011 at 11:05 PM,  wrote:

> Thx. I usually just enjoy the command line interface hg. Not even that
> comfortable in Tortoise. I do so much work on remote servers, I dont want to
> depend on a graphical tool.
>
> __**_
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/**mailman/listinfo/u2-users
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users