Videos tagged with Authorize.net


Ruby Plus #83: Reports in ActiveMerchant ARB with Authorize.net in Rails

Ruby Plus #83: Reports in ActiveMerchant ARB with Authorize.net in Rails

Posted in Development, Frameworks

This episode shows how to handle the status of the automated recurring billing. For instance, how do we know the charges are going through? The download includes the source code that will show you how to handle different scenarios in your application. Resources: Silent Post Back   ActiveMerchant Google Group Thread

Tags: Ruby, Ruby On Rails, Frameworks, Ruby Plus, Plugins, ActiveMerchant, Authorize.net



Ruby Plus #82: Extremely Simple Recurring Billing using ActiveMerchant with Authorize.net

Ruby Plus #82: Extremely Simple Recurring Billing using ActiveMerchant with Authorize.net

Posted in Development, Frameworks

In this episode I will walk you thorough a micro-app that takes care of recurring billing using ActiveMerchant with Authorize.net. I will show you how I resolved problems during the development.I have included source code with the download. The following features are covered: Create Subscription Update Subscription Cancel Subscription Special thanks to Lake Denman for providing me with sample c...

Tags: Ruby, Ruby On Rails, Frameworks, Technologies, Web Services, Ruby Plus, Plugins, ActiveMerchant, Authorize.net


Ruby Plus #68: Rails with Active Merchant Authorize Net CIM Gateway

Ruby Plus #68: Rails with Active Merchant Authorize Net CIM Gateway

Posted in Development, Frameworks, Web Technologies

In this episode you will learn how to use Active Resource to integrate your Rails app with a Billing Rails app that uses Active Merchant Plugin's Authorize.net CIM gateway. You will also see how to use javascript to autopopulate fields when filling out the form for shipping and billing address.

Tags: Ruby, Ruby On Rails, Frameworks, Technologies, Javascript, Web Services, Ruby Plus, Plugins, ActiveMerchant, Authorize.net


Ruby Plus #65: ActiveMerchant with Authorize.net in Rails Part 2

Ruby Plus #65: ActiveMerchant with Authorize.net in Rails Part 2

Posted in Development, Frameworks

In this episode you will learn how to use CIM API of Authorize.net gateway to post transactions and add recurring billing logic. For recurring billing you can check the last_charged_at field in Subscriptions table and if it was successfully processed you can charge the customer based on the interval. Interval attribute can store the frequency of charging a customer for subscriptions. I am using...

Tags: Ruby, Ruby On Rails, Frameworks, Technologies, Web Services, Ruby Plus, ActiveMerchant, Authorize.net