Live data from Hacker News

Stripe: Relay

stripe.com

61–70 of 85 posts

Re: Stripe: Relay

#61

This is pretty cool (I'm working on an ecommerce app now). What I'm not clear on is this: Can apps selling relay products get a cut of the sale? What incentive is there for a "product discovery app" (or whatever) to sell other products? Can they define some sort of fee %? UPDATE: Chatted with Stripe on IRC and they clarified that there's currently no way to share sales revenue or let apps define a % commission.

I believe Two Tap can work with existing affiliate links.

Re: Stripe: Relay

#62
post #41

This is pretty cool (I'm working on an ecommerce app now). What I'm not clear on is this: Can apps selling relay products get a cut of the sale? What incentive is there for a "product discovery app" (or whatever) to sell other products? Can they define some sort of fee %? UPDATE: Chatted with Stripe on IRC and they clarified that there's currently no way to share sales revenue or let apps define a % commission.

(Stripe Engineer working on Relay here) Indeed there is no way to do so at the moment. But we have that on our radar and we'd like to construct something that makes sense for apps and sellers. Some questions related to that: How would you see it working? Isn't ads the new affiliation in the app world?

Following in up on this we just rolled out `application_fee` on the Order Pay endpoint (https://stripe.com/docs/api#pay_order).

It'll behave as expected if you're familiar with the connect `application_fee`.

Re: Stripe: Relay

#63
Forgive my stupidity but can someone explain why this is so neat?

I see examples that appear to be a links from a Tweet to a product buying page. Is that what's new?

I'm obviously missing something or maybe just not clever enough to get it... Thanks in advance.

Re: Stripe: Relay

#64

The animations on this page were not well tested. They run at about 0.5 fps in Firefox, but are completely smooth in Chrome.

Amazingly slow, all page movement lags, even closing the tab requires some patience.

Re: Stripe: Relay

#65

The animations on this page were not well tested. They run at about 0.5 fps in Firefox, but are completely smooth in Chrome.

People use other browsers than Chrome?

Kidding - but in all seriousness it's very hard to test in FireFox. I constantly find that things run super smooth in Chrome and then I test in FireFox and everything dies.

Re: Stripe: Relay

#66
We've made an mobile shop on iOS with integration to Shopify. We are planning to open source it once we release our own shop. Let me know if anyone is interested in trying it out.

Re: Stripe: Relay

#67
post #60

Earlier quoted context omitted.

The challenge for the developer is twofold; 1) Understanding the real time availability of the inventory at the retail partner and 2) Supporting the payment provider of the retailer. In the desktop world this was solved by a straight up affiliate redirect. You arrived at the retailer page and saw your product in a shopping cart or close to it. Of course if inventory was poorly synced you occasionally got an error. Th…

In other words, since the app system doesn't have links like browsers, a whole new system is needed to emulate them.

Well they could push out and invoke a browser session which is how it was done initially and is still sometimes done. But yes conversion is poor.

Re: Stripe: Relay

#68
post #39

Earlier quoted context omitted.

The challenge for the developer is twofold; 1) Understanding the real time availability of the inventory at the retail partner and 2) Supporting the payment provider of the retailer. In the desktop world this was solved by a straight up affiliate redirect. You arrived at the retailer page and saw your product in a shopping cart or close to it. Of course if inventory was poorly synced you occasionally got an error. Th…

re Inventory: we want to provide live product availability information to the developer through our API. We encourage app developers to GET latest product info from our API before even rendering a potential Buy Now button. To make that possible we keep product information extra-fresh from big retailers, and even update it on the fly when we see orders failing because the product is out of stock. re Payments/Processor…

Congrats on the big day btw!

Re: Stripe: Relay

#69

Forgive my stupidity but can someone explain why this is so neat? I see examples that appear to be a links from a Tweet to a product buying page. Is that what's new? I'm obviously missing something or maybe just not clever enough to get it... Thanks in advance.

If you view this tweet: https://twitter.com/WarbyParker/status/643472513297682432

You should see a buy button within the tweet itself allowing you to buy the product directly from the tweet.

Re: Stripe: Relay

#70
post #10

Blog post: https://stripe.com/blog/relay This is interesting. How does this work with Apple not allowing purchases unless they go through them? Edit: deleted the part where I confused square for stripe. My bad =/

Apple doesn't allow purchases of digital products that don't go through the In App Purchase system and its 30% tax. Physical goods are just fine (hence the Amazon app where you can buy a book, but not a Kindle book).

We have subscription software for Windows where the number of paying authorized user for a customer account are managed via a web interface.

We were thinking about writing an iOS app to let the customer manage her users from an iPhone. Currently users extend their subscription by buying more subscription time via an interface.

Could I add an InApp purchase via Stripe at about 2,90% + 30c or because the Windows software is digital (although not consumed by users on iOS, only the user administrator might use iOS) I should then pay Apple a 30%?

Post reply on HN