> Ok sorry, what I meant ask is what combination of lib and payment gateway is > the ducks nuts? > > active merchant / dps? > > Cheers > > Rufus >
I don't know about ducks nuts, if you use my or Jason Stirk's forks of Active Merchant, you can use Eway's new Recurring and Managed API. Don't use the rebill API though, as you have no way of knowing when a payment has occurred (nor more importantly failed). Use managed payments, and a cron job - it'll give you more control over what happens. Basically you create a customer, this gives you a token which you use to create payments. http://www.eway.com.au https://github.com/madpilot/active_merchant/ and the "documentation" ;) https://github.com/madpilot/active_merchant/blob/master/lib/active_merchant/billing/gateways/eway_token.rb -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
