recurring billing
recurring billing
Out of context: Reply #14
- Started
- Last post
- 14 Responses
- seed0
I just finished this project so I thought I would post an update. The client went with Authorize.net ARB (recurring billing) since it works with their existing merchant account. Although ZenCart it has an ARB module I became frustrated with using the software. Once I tried to custom code the Authorize.net API into the site myself I found it suprisingly very easy. Starting with their code samples it took about 2 hours to integrate it smoothly into the site and customize what happens with the response data and messages. It was really easy to take the response data (name address, etc) and submit it into my own database along with the newly created subscription id and email a confirmation to the customer.