Are you using the production authorize.net, or their test processor? For the production server you need to move it out of testing mode and into production mode before it will accept settle requests. GetPaid should always issue an authorize and then a settle request at the end of the checkout pipeline regardless of if you have a shippable or donatable (although shippable probably should wait until it is marked as delivered)
-Rob On Thu, Jul 30, 2009 at 8:45 PM, Kyle Cronan <[email protected]> wrote: > > Hi, > > I've gotten to the point where I have a donation form that works with > getpaid.authorizedotnet. However, I'm only seeing "authorization > only" transactions in my log at authorize.net. There are no > corresponding "prior authorization capture" transactions. This is > after I went to the admin-manage-order page and took it through the > "processing" and "delivered" states. It doesn't look to me like this > transaction is going to settle when my batch runs. > > Also, I'd like to not have to manually go in and click a button a > couple times to get the transaction to "delivered." The capture > should happen right away for a donatable (I can't imagine a situation > where its authorized but we would want to void it). Even better, the > transaction could be entered as "authorization w/ auto-capture" > instead of "authorization only." Although that would maybe require a > new method in zc.authorizedotnet. > > Am I not getting a capture transaction because I'm currently working > with donatables? I'm considering changing the transaction type in my > local copy of zc.authorizedotnet to use auto-capture, as a quick fix. > But I don't want to break shippables, which I'm planning on using > later on. Any thoughts? > > Thanks, > Kyle > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" 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/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
