#same9-connect-customers
1 messages · Page 1 of 1 (latest)
Hi there 👋 this is going to depend on the type of charges that you intend to use with your Connect integration.
Do you know if you'll be using direct or destination charges?
Thanks, I would like it to be a direct charge
Gotcha, so in the case of direct charges you'll need all the associated objects (customers, payment methods, etc) to reside on the connected account. When you're creating these objects you can use the stripe_account parameter to create them on the connected account rather than the platform.
I see, would you know if there is any documentation on this where it says it and how to use the stripe_account parameter?
Yup, you can find it in our API docs here. You can use the dropdown near the code snippet to change the language of the snippet to match the language you're working with.
https://stripe.com/docs/api/connected_accounts
Thank you very much!!