#onehumanunit_28687

1 messages ยท Page 1 of 1 (latest)

stark barnBOT
proud holly
#

Hi there

#

Sounds like you want to use Connect here

#

Are you familiar with Stripe Connect?

sullen tinsel
#

Hi! Well, yes, from browsing the docs, but haven't actually used it in our application.

proud holly
#

Okay so yeah you'll likely want to onboard Connected Accounts to be able to move portions of your payments to those Connected Accounts.

#

So the other factor then is deciding which payment integration flow you are going to use.

sullen tinsel
#

Looking! Thanks so far ๐Ÿ‘

#

Sorry, I'm daft ๐Ÿ˜„ We are already use Stripe Connect, ofc, in conjunction with ACH transfers. Would Stripe Checkout allow us to mirror what we have in terms of ACH transfers, as in all in the back-end, no UI? Or is it something else we need to look at?

proud holly
#

Ah well you are going to need to collect payment method details (card details) in some way.

#

Stripe Checkout will do that for you

#

Or you can use Elements if you want to embed a form into your website and not use a redirect.

#

But you shouldn't really handle card details directly as it comes with a high PCI burden.

stark barnBOT
sullen tinsel
#

Yes, we definitely don't want to handle the card details directly. But could we essentially authorize variable payments at a regular schedule using either checkout or elements?

zenith slate
#

๐Ÿ‘‹ hopping in here since bismarck has to head out soon

sullen tinsel
#

Hi! Thanks

zenith slate
#

When you say variable payments at a regular schedule are you just referring to future off-session payments that you create when you want? Or are you talking about something more like subscriptions

sullen tinsel
#

Perhaps easiest to explain with a use case:

Letโ€™s say we have a YouTuber who makes $10k from AdSense and they want to split 20% with their video editor.
Our platform automates that revenue share - weโ€™ll send the $2k to the editor via ACH.
Our goal is to allow the same functionality, but enabling payments via credit card as an alternate to ACH. Weโ€™re looking for the best path to:
Safely let the YouTuber add their credit card details
Be able to trigger that $2k payment via credit card as new AdSense revenue is earned

zenith slate
#

Gotcha - so yes, you'd use Checkout or Elements to collect their initial card details w/ a setup intent and then in the future you can create a Payment Intent server-side that uses the payment method created from the card details you previously collected

sullen tinsel
#

Ok, that's fantastic, thank you. I might come back to this thread with some follow-up questions later if that's okay?

zenith slate
#

We typically close threads after a certain amount of inactivity, but you can always ask again in the main channel and someone will be able to help ๐Ÿ™‚

sullen tinsel
#

Ok, many thanks, we'll keep in touch ๐Ÿ‘