cancel
Showing results for 
Search instead for 
Did you mean: 

Easy Recurring Billing

What's the quickest route to take for initiating recurring transactions? We need the user to end up on our site after paying so they can log in and play games.  We also need to store some user info in our database (custom fields and whether they have successfully subscribed) and be able to verify that recurring subscription payments are up to date each time they log in...  

 

Does SIM work support recurring billing?

 

We're open to the checkout happening on authorize.net servers using DPM or SIM, but I'd like to avoid SOAP/XML in favor of HTTP posts.  Thanks!

 

 

metaphiz
Member
1 REPLY 1

If you're using CIM, the charging procedure is rather like that of AIM, except that you're passing profile ID's rather than credit card info. If you're using PHP, you can download the SDK and look in the doc folder for a file called CIM.markdown for code examples.

TJPride
Expert