I had a similar problem and I created a page in between them filling out 'my form' and sending them to Authorize.net (it is a confirmation looking page and explains why they are going to a new site) this page is a form of just hidden fields and a 'Continue' (the submit button) and a 'Cancel' button that takes them back to the previous page.
Sam D On Fri, Mar 13, 2009 at 11:34 AM, SergioTorresC. <[email protected]> wrote: > > Thank you for your help Samuel, > > I am not sure I understand what you say. > > Do you mean you pass the client all the authorize.net hidden fields > and set the form action to be processed by authorize.net instead of > your app? > > In this case I would have problems with this solution, since I need to > do some tasks before calling authorize.net secure payment form. > > Any ideas? > > Thank you again, > > On Mar 12, 9:57 am, Samuel DeVore <[email protected]> wrote: >> I have found that I have to make my forms actually point to Auth dot >> net's servers not make the post request in php. >> >> Sam D >> >> On Thu, Mar 12, 2009 at 8:47 AM, SergioTorresC. <[email protected]> >> wrote: >> >> > Hi there, >> >> > I am trying to hook up my cake application with authorize.net service, >> > to use their secure payment form and Relay Response, but just can't >> > get it to work. >> >> > I have a form where my customer reports the payment amount. The form >> > is processed in the back end class controller like this: >> >> > 1. I update all needed tables. >> > 2. I instantiate cake HttpSocket class into $MyHS. >> > 3. I build all required fields for authorize.net and put them into a >> > $post array >> > 4. I call $response = $MyHS->post('authorize.net url', $post) >> >> > According to authorize.net docs my customer should be presented their >> > secure payment form, but that does not happens. I even can't be sure >> > the post was made. >> >> > Can anybody help? >> >> > Thanks in advance, >> >> > Sergio Torres > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
