Videos tagged with Authorize.net
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
Ruby Plus #82: Extremely Simple Recurring Billing using ActiveMerchant with Authorize.net
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...
Ruby Plus #68: Rails with Active Merchant Authorize Net CIM Gateway
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.
Ruby Plus #65: ActiveMerchant with Authorize.net in Rails Part 2
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...
Ruby Plus #62: ActiveMerchant with Authorize.net in Rails
In this episode you will learn how to make a purchase transaction using ActiveMerchant plugin with Authorize.net gateway.