Collect and push data from Infusionsoft to a mySQL database

I would like to know how we can integrate Infusionsoft Max Classic with our platform to synchronize data so that Max Classic Ecommerce can be used for billing monthly subscription plans. We will be collecting the data using Infusionsoft registration and payment data that needs to be pushed after each subscription payment attempt, sending a success or failure notification. Registration data would need to be pushed after form submission using an HTTP Post action in Infusionsoft.

John,

You’ll need some kind of intermediary in front of your SQL database to handle processing the data you retrieve from Keap. We use a variety of backend database systems depending on the service provided, including SQL, Datastore and BigTable, and access to that data is provided via a RESTful JSON API.