I'm implementing my first donation form using Authorize.net.

I've found in their fine-print that I cannot submit any personally
identifiable information to their servers.

We have a form which includes personally identifiable information
for emailing thank-you's, etc.

Therefore, I'm planning to implement an AJAX solution to 
intercept the formfield data that is applicable to the transaction
and is required by Authorize.net and submit that via AJAX to a method
in a cfc, which will send the pertinent data to Authorize.net.

In the success section of the AJAX solution to Authorize.net, I'll
implement a further submission of the rest of the form data (the
personally identifiable information) to another method in a cfc,
which will process that data for in-house (non-Authorize.net) use.
(Or something similar to this process...)

Any warnings, cautions, or gotcha's in this approach?

Thanks for any feedback!

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352656
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to