re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Wally Kolcz
Flex can pass the cc information to a scripting language such as asp.net, php, jsp, or CF. From there you can use any of the API's offered by the various CC processing companies to complete the transactions and pass the information back to flex to display. Or you might be able

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
: {Disarmed} re: [flexcoders] Credit card processing in Flex Flex can pass the cc information to a scripting language such as asp.net

RE: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Kevin Benz
I would look at the authorize.net documentation as they present the most generic methods for HTTP based authentication. If you are talking about a client-side processing solution, it can be accomplished but a bad idea. SWF's can be easily reverse engineered exposing API keys, hash entries,

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