u/StripeTeam

▲ 5 r/stripe

AMA with Stripe Connect

Have questions about Connect? 👀

Join our monthly Stripe Connect Reddit AMA! Ask us anything about platforms, marketplaces, payouts, and scaling with Connect and we'll answer right here in this thread, tomorrow.

📆 Wednesday, Aug 19, 2026

🕐 1pm ET - 3pm ET

📍: Right here in r/stripe

reddit.com
u/StripeTeam — 2 days ago
▲ 1 r/stripe

Community question: What checkout customizations have had the biggest impact on your conversion rates?

We'd love to hear from you and what's been moving the need on conversions for you!

reddit.com
u/StripeTeam — 30 days ago
▲ 6 r/stripe

Stripe Connect July AMA: Hi, we're here to answer all your burning questions about Connect 👋

Hi everyone! You've got Michael Hines (engineering) and Markus Stephens (product support operations) from the Connect team here 👋

We often get questions about Connect setup and troubleshooting from this community. We're here for the next two hours to chat. Feel free to aask us anything about platforms, marketplaces, payouts, and scaling with Connect.

reddit.com
u/StripeTeam — 1 month ago
▲ 2 r/stripe

New Monthly AMA Series: Stripe Connect Q&A

Have questions about Connect? You're not alone! That's why we've decided to start a new Reddit AMA series to give you a direct line to the Stripe Connect team (and a place to ask your burning questions) every single month.

The first AMA is tomorrow! Come ask us anything about platforms, marketplaces, payouts, and scaling with Connect.

📆 Wednesday, July 15, 2026
🕚 1pm ET - 3pm ET
📍 Right here in r/Stripe

reddit.com
u/StripeTeam — 1 month ago
▲ 5 r/stripe

Stablecoin payments are live on Stripe. What use cases are most interesting for your business?

For those that have been using stablecoin payments - we're curious to know how you've been using them. Any interesting use cases so far? We'd love to know!

reddit.com
u/StripeTeam — 2 months ago
▲ 6 r/stripe

AMA w/ Team Stripe Atlas!

The Stripe Atlas team is officially here to answer all your burning questions!

Ask us anything about incorporating your startup, setting up a Delaware C corp, preparing to fundraise, and getting your legal foundation right from day one.

So happy to be here with you all 👋👋👋

reddit.com
u/StripeTeam — 2 months ago
▲ 3 r/stripe

Have questions about Stripe Atlas? 👀

Join the Stripe Atlas Reddit AMA tomorrow! Ask us anything about incorporating your startup, setting up a Delaware C corp, preparing to fundraise, and getting your legal foundation right from day one.

📆 Wednesday, June 24, 2026

🕚: 11am ET - 1pm ET

📍: Right here in r/stripe

reddit.com
u/StripeTeam — 2 months ago
▲ 1 r/stripe

Join us for Stripe Startups Build Day in SF!

Founders in San Francisco: on June 16, join us for Stripe Startups Build Day, featuring Wen Sang, co-founder/COO of Genspark.

Stripe Startups brings together founders and builders across the world through Build Days, a hands-on learning and coworking day where you can meet the Stripe founder community, get 1:1 product support, and see demos of our latest products.

We'd love to see you at the next one in San Francisco.

Link to register here: https://luma.com/cli3p75t

u/StripeTeam — 2 months ago
▲ 10 r/stripe

AMA: Ask the Stripe Connect team!

Hi everyone 👋 The Stripe Connect team is now here to answer your burning questions.

Ask us anything about platforms, marketplaces, payouts, and scaling with Connect - we'll be here for the next two hours!

reddit.com
u/StripeTeam — 3 months ago
▲ 18 r/stripe

AMA with Stripe Connect team tomorrow!

Have questions about Connect? 👀

Join the Stripe Connect Reddit AMA tomorrow! Come ask us anything about platforms, marketplaces, payouts, and scaling with Connect.

📆 Wednesday, May 20, 2026

🕐 1pm ET - 3pm ET

📍: Right here in r/Stripe

reddit.com
u/StripeTeam — 3 months ago
▲ 3 r/stripe

Hey everyone! Stripe Team here. We've noticed this question “Standard vs. Express vs. Custom” resurfaces quite a bit, and given how much has changed since the original post back in 2022, we wanted to share some current information. The original thread is still directionally right but wanted to share a few things we have changed before you make a decision.

The Core Tradeoffs (still accurate)

Standard:
  - Connected accounts have a direct relationship with Stripe (not your platform).
  - Stripe handles compliance, KYC, fraud, and disputes for those accounts.
  - You use "direct charges", the connected account is the merchant of record.
  - You cannot split the payment at charge-time or collect a platform fee on
Standard accounts in the same way Express/Custom allow.
  - Lower operational burden on your platform, but less control.

Express / Custom:
  - Your platform controls more of the funds flow using destination charges
or separate charges + transfers.
  - You can collect an application_fee_amount on each transaction.
  - The platform bears more dispute/fraud liability depending on the charge type.
  - Express gives Stripe-hosted onboarding/dashboard; Custom gives you full UI
control but full compliance/KYC responsibility.

The comment about needing ~$1M+/year in volume to negotiate IC+ (cost-plus) 
pricing is a real ballpark figure for Stripe historically, though that threshold isn't officially published. Reach out to Stripe sales directly for an actual quote.

What's changed since 2022

1. ACCOUNTS V2 (General Availability: December 2025)

This is the most significant change. Stripe has released Accounts v2 as generally available, which replaces the rigid Standard / Express / Custom "type" model with a flexible, configuration-based approach.

Instead of picking a fixed account type at creation, you now configure roles on an Account object:

  • merchant  → can accept payments
  • customer  → can be used like a v1 Customer object (eliminates duplicate KYC)
  • recipient → can receive payouts
  • storer    → can hold a Stripe balance

A single account can have multiple configurations. This is a meaningful architectural shift -- you no longer have to create a separate Customer and Account object for the same person, which was a major pain point with v1.

Docs: https://docs.stripe.com/connect/accounts-v2

2. PRICING

The $2/active connected account/month for Express was a real concern in 2022. Connect fees have evolved so verify current pricing at: https://stripe.com/pricing/connect

Do not rely on figures from old Reddit threads for pricing decisions.

3. ONBOARDING

Account Links v2 (July 2025) now supports collection_options and configuration-based onboarding, giving you more control without going full Custom. This blurs the line between what was previously Express vs Custom.

Practical Guidance

IF you're starting a new integration today:

  • Read the Accounts v2 docs before defaulting to the old type-based model.
  • If you just need simple marketplace payouts with minimal overhead, a merchant-configured v2 Account + destination charges may be the right path.
  • If you need maximum control over the UX and onboarding, v2 Custom-equivalent configurations exist.

IF you have an existing Standard integration:

  • The OAuth-based Standard flow still works and is still supported.
  • V2 migration is not required but is worth evaluating for new builds.

NOTE: OAuth-connected accounts (Standard) and accounts using recipient service 
agreements currently still require v1 flows. v2 is not a universal drop-in replacement yet for every use case.

Relevant docs:

Connect account types (v1 overview): https://docs.stripe.com/connect/accounts

Accounts v2 overview: https://docs.stripe.com/connect/accounts-v2

Migrate existing integrations to Accounts v2: https://docs.stripe.com/connect/accounts-v2/migrate-integration

Connect pricing: https://stripe.com/connect/pricing

Choosing a charge type (direct vs destination vs separate): https://docs.stripe.com/connect/charges

u/StripeTeam — 4 months ago
▲ 13 r/stripe

We published our roadmap today at Sessions. Now we want to hear from the people we're building it for: you!

Here's what we're building and where we're headed, but want to hear from you. What are you most excited about? What should we build next? What questions do you have about what's coming?

https://stripe.com/roadmap

Our product team will be here to answer any questions you have starting now until 4:30 ET / 1:30 PT. We'll prioritize the most upvoted questions, so vote up what you most want answered.

Ask us anything. Go.

u/StripeTeam — 4 months ago