#sg_code
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sg_api, 6 hours ago, 15 messages
- sg_connect-integration, 21 hours ago, 13 messages
- sg_docs, 23 hours ago, 6 messages
๐ 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/1239947295936741487
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ are you using Direct Charges or Destination Charges for your Connect flow?
direct charge.
Then you'll need to use the stripeAccount header to make the request as the Connected Account. Examples of that for each of our libraries is shown here:
https://docs.stripe.com/api/connected-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks but can I use PayementIntent to do that ? because I have seen that It's have more functionnality.
Yup, our guide for that is here:
https://docs.stripe.com/connect/direct-charges?platform=web&ui=elements
thanks for your help.