Ask HN: What is a good hosted shopping cart with an API?

7 points by vortico ↗ HN
I have my own store website with my own "Buy" buttons, and I want those buttons to direct the user to a cart page at another domain where they can either go back or continue to enter their credit card and email. Once they complete the purchase, I should be able to call API endpoints to scan for new purchases.

Have anyone had positive experiences with services like these?

11 comments

[ 2.8 ms ] story [ 19.7 ms ] thread
Thanks, this looks great, and I'm much more likely to choose YC alumni. But I can't really figure out exactly what Moltin does by its homepage. Lots of BS per page fold. It looks like it has a server API, but what I want to do shouldn't require server API calls at all. A URL on my static site should just go to a page on the service's website, and I shouldn't need to make any more API calls after that.

https://gethelium.com/ is one that I've found, which opens a cart to the side when you click "Live Demo".

You should use stripe checkout
Look like this is the best option so far. I'll need to write my own "cart" in Javascript to display in the sidebar, but the fees are low and the checkout modal is simple.