I mean god damn stripe has some great front-end engineers.
Stripe Connect v2
31–40 of 140 posts
Re: Stripe Connect v2
#32I mean god damn stripe has some great front-end engineers.
I recently implemented a site with a feature similar to the spinning-globe in the International section[1]: a video element overlapped by text in an adjacent element. I ran into a vexing problem in some browsers where the the text that intersected the video appeared somewhat degraded, as if it were a lighter weight than what was actually specified. In Firefox, only the text directly overlapping the video was affected…
Either move the text off to a separate sister div, or move the animation to a div with a higher z-index. Or you can set -webkit-font-smoothing: anti-aliased - that will set all of the text to same antialiasing settings as GPU accelerated text.
Re: Stripe Connect v2
#33Re: Stripe Connect v2
#34Re: Stripe Connect v2
#35That is not how orbital mechanics work...
Re: Stripe Connect v2
#36Re: Stripe Connect v2
#37Re: Stripe Connect v2
#38Any timeframe on when managed accounts are expanding beyond US/Canada?
Re: Stripe Connect v2
#39Does this require people who want to be paid to sign up for accounts on stripe? Or can the application initiate bank transfers to the seller, on behalf of the buyer or from escrow.
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.
I'm trying to figure the work flow that has the least toing and froing for both parties.
Re: Stripe Connect v2
#40Did 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
Yes, they're the one product now. We didn't want divergent products for similar use cases. One feature we think is neat is you can mix-and-match standalone accounts (where the seller uses a regular Stripe account) and managed accounts (where the seller never goes to Stripe).