#Yusnier

1 messages ยท Page 1 of 1 (latest)

loud torrentBOT
wraith crow
#

Hi ๐Ÿ‘‹ sounds like you're on the right path, as Connect sounds like what you're looking for.

iron arrow
#

I will use the Custom Accounts

#

and Direct charges

wraith crow
#

That's not a recommended combination.

iron arrow
#

What do you recommend

wraith crow
#

Custom Accounts should be used with Destination Charges or Separate Charges and Transfers.

iron arrow
#

Custom Accounts+Destination Charges

wraith crow
#

This doc discusses using Custom Accounts in more detail, and includes instructions for how to create those Accounts.

Once you've created the Account objects, you'll need to collect the necessary onboarding information for those accounts.

You can either use our hosted flow for this:
https://stripe.com/docs/connect/connect-onboarding
or you can build your own form for collecting that information and then update the Account with those details via the API:
https://stripe.com/docs/api/accounts/update

Let Stripe collect identity verification information for your Custom connected accounts.

iron arrow
#

So, I would create a Custom Accounts+Destination Charges connection and when I make a payment, I would route it through the Custom Accounts, in this way each client would make the payment to their provider??

wraith crow
#

With Destination Charges, the customer will pay you (the Platform Account), and then a portion of the funds from that transaction will be sent to the Connected Account that you specify via a Transfer.

A visualization of the funds flow can be found in our Destination Charges doc that is linked to from our charge types doc:
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee

iron arrow
#

I appreciate the help, read the entire doc and see how to configure everything.

wraith crow
#

Always happy to help! We're here to help with any questions or problems that arise while you're building your integration.