#momo_23259
1 messages · Page 1 of 1 (latest)
Hi there! Just to be clear, "users" in this case are customers of yours, and "customers" are customers of your users?
Exactly!
Perfect! Yes, this is possible with Stripe Connect specifically. I recommend starting here:
https://stripe.com/docs/connect
https://stripe.com/docs/invoicing/connect
does it mean we'll need to integrate both Connect and then Invoicing?
Yep, that's correct!
what does "connected account" refer in the doc? my customers, or customers of my customers?
Your customers in this case.
do my customers need to create a Stripe account for this?
"Platform" refers to your business, "connected accounts" refers to your customers. Customers of your customers will be represented as Customer objects.
Yes, though the type of account they will create will depend on your use case. I recommend reviewing the "Standard", "Express", and "Custom" differences here: https://stripe.com/docs/connect/accounts
it sounds like I can auto create a Stripe account for my customers without them being noticed?
also is this considered white-label or not?
Yes, account creation would be handled by the platform but your customers would still need to provide information about their business
"white labeling" Stripe would require using Custom connected accounts and collecting verification information directly (vs. using Stripe hosted onboarding to collect this information): https://stripe.com/docs/connect/identity-verification-api
got it. thank you!
@remote quartz do you know how much time this type of integrations typically takes? A ballpark figure would be greatly appreicated!