[flexcoders] Credit card processing in Flex

2009-03-04 Thread Scott
Anyone have a website or information that references how to process credit cards through flex? Thanks Scott

re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Wally Kolcz
to use URLRequest or sendToURL From: Scott h...@netprof.us Sent: Wednesday, March 04, 2009 7:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Credit card processing in Flex Anyone have a website or information

Re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Ashish Verma
I think you have to integrate with some Payment Gateway. Contact with Paypal or other CC service provider they could give you sample account for testing and URL also on their you could redirect you payment request from Flex using navigateURL() or ExternalInterface. Best, Ashish On Wed, Mar 4,

re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Scott
? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wally Kolcz Sent: Wednesday, March 04, 2009 9:04 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} re: [flexcoders] Credit card processing in Flex Flex can pass the cc information to a scripting

re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Wally Kolcz
: [flexcoders] Credit card processing in Flex I'm using CF on the backend. What I'm trying to figure out is the SSL piece for Flex. Previously, I just insured that the user went to https

RE: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Kevin Benz
your payment service. KFB From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Wednesday, March 04, 2009 7:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Credit card processing in Flex Anyone have a website or information that references

RE: {Disarmed} RE: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Scott
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Kevin Benz Sent: Wednesday, March 04, 2009 10:00 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} RE: [flexcoders] Credit card processing in Flex I would look at the authorize.net

RE: {Disarmed} RE: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Kevin Benz
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Wednesday, March 04, 2009 8:24 AM To: flexcoders@yahoogroups.com Subject: RE: {Disarmed} RE: [flexcoders] Credit card processing in Flex I plan on having the server process the credit card order. However, I still have

Re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Jeffry Houser
...@yahoogroups.com] *On Behalf Of *Wally Kolcz *Sent:* Wednesday, March 04, 2009 9:04 AM *To:* flexcoders@yahoogroups.com *Subject:* {Disarmed} re: [flexcoders] Credit card processing in Flex Flex can pass the cc information to a scripting language such as asp.net, php, jsp, or CF. From there you can use any