Stripe Connect v2
11–20 of 140 posts
Re: Stripe Connect v2
#12Earlier quoted context omitted.
You have two options: you can have sellers link a Stripe account (and we'll do all the downstream work, like collecting their bank account info and verifying their identity). Or you can create a managed account via API, where the seller does everything from within your app and never needs to go to Stripe.
Update: Works for me when I log out of Stripe. Nevermind. The managed account page appears to be down: https://stripe.com/docs/connect/managed-accounts
Re: Stripe Connect v2
#13Does Stripe support all the EU countries yet?
In our defense, they keep adding new EU countries. But no, we're not in all of them yet. We're in 13 EU countries, Norway, and Switzerland: https://stripe.com/global
Best progress response I've seen.
Re: Stripe Connect v2
#14I mean god damn stripe has some great front-end engineers.
It looks modern yet very readable thanks to great typography. Loads fast. Fully usable on mobile as well. E.g. Gets a hamburger menu on Mobile. The featured client animation is simpler. The spinning globe icon is replaced by a static image. They have absolutely top notch front end engineering talent.
This is in huge contrast to the current trend where they want to hijack browser's scrolling behavior for absolutely no gain to the end user.
Re: Stripe Connect v2
#15One question that came up when browsing thru the api doc. What are the advantages of "Charging through the platform" vs "Charging directly"?
Re: Stripe Connect v2
#16Re: Stripe Connect v2
#17Re: Stripe Connect v2
#18Does Stripe support all the EU countries yet?
In our defense, they keep adding new EU countries. But no, we're not in all of them yet. We're in 13 EU countries, Norway, and Switzerland: https://stripe.com/global
Re: Stripe Connect v2
#19Did you just merge "Connect" and "Marketplaces" so that there is no "Marketplaces" anymore? I saw that stripe.com/marketplaces is a redirect to stripe.com/connect
Re: Stripe Connect v2
#20One question that came up when browsing thru the api doc. What are the advantages of "Charging through the platform" vs "Charging directly"?
Charging through the platform has you pay all of the fees and take on chargeback liability, whereas charging directly passed those on to the managed account. This also affects the default statement descriptor and contact info on statements.