#shimmmaz_api

1 messages ¡ Page 1 of 1 (latest)

errant swanBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245135225680298084

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

golden dust
#

Hi there!

steep jay
#

hi

#

sorry for the not so technical question

golden dust
#

Just to be clear, does that mean you want the connected accounts to be the merchant of record?

#

If that's the case, you can do this with Connect if you use direct charges or destination charges with on_behalf_of. I recommend reviewing the funds flows diagrams on this page: https://docs.stripe.com/connect/charges

steep jay
#

I want it to appear that the connected account are in fact the businesses the buyers are interacting with

#

like for example, I want to have their logo on the receipts

#

and their service links, customer support, address, phone number, etc

golden dust
#

Got it. Yes, in that case, I recommend using direct charges or destination charges with on_behalf_of.

steep jay
#

I want to stress that clients shouldn't be able to tell that they are doing business with the marketplace, but just with that specific connect account. Essentially white-label experience

#

"For direct charges, Checkout uses the brand settings of the connected account."

golden dust
#

Both direct charges or destination charges with on_behalf_of will achieve this. If you use destination charges without on_behalf_of, your buyers will know they're interacting with your platform

steep jay
#

ok I see

#

makes sense

golden dust
#

I recommend seeing this in action by creating some test mode connected accounts and trying out the different charge types

steep jay
#

Can I just add "connect" to my existing non-connect stripe account?

#

and test it out?

#

Another question - I have been developing the integration for this business for a few years. We use payment intents, invoices, and subscriptions.

Now there is this new requirement to add a connected account and apply all of the already created integration on a connected account. How will I convert my already existing integration to connect? Is it as easy as adding a "Stripe-Account" parameter to most of my calls?

golden dust
golden dust
steep jay
#

Is there a migration guide for people moving from a single stripe account to a connect setup?

#

Really appreciate your answers. If you have any advice on how to convert my single account to a stripe connect account and start adding additional accounts that would be really nice to get. I have to go, but will look back at the thread for reference. thankyou

golden dust