I am working with this company that decided to build its eCommerce store based on Shopify but we are stuck at integrating our own billing system / checkout / credit card processor with Shopify. This is basically what we would like to do:
1 - Have customers buy the product on Shopify
2 - redirect customers to Cart on Shopify
3 - Once the customer checks out, we would like to redirect them to our own checkout page that has our own payment system with all the required Json requests along their customer, orders, etc. data
4 - Process the order along the payments and then communicate back with Shopify that the request has been submitted and the order is either fulfilled, canceled, refunded, etc.
In a nutshell, we would like to host our own private billing system and we cannot get a clear grasp to how this could be done? We would like to test this first but the API is not helping much!
Thanks,