0
votes

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,

1

1 Answers

0
votes

I believe if you read the latest terms of service with Shopify, you might discover that your business plan is a bust. You won't be using your own checkout. But hey, if you figure you can, have fun!

Edit: If you intercept the Checkout button, at the Cart, you could redirect to your payment gateway. You will scare off people, and perhaps convert way way less, but it will work. When you redirect to your own Gateway, you finish up taking their money and then you start a job to fix things in Shopify. In Shopify you create a Draft order with all the same details, including the financials, and with that, you can have Shopify analytics too. If you convert that Draft Order to a real order, you could probably even do real fulfillments.

So yes... you can do it... but it will never be smooth, it will always be a hack job.