#jemen_docs
1 messages ยท Page 1 of 1 (latest)
๐ 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/1265922545433968723
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, @ashen vessel ๐
Hi there, can you tell me the busincess objective that you want to achive?
Hello
I would like to just know the difference, between those two ways.
What are advantages, disadvantages of both ways.
We just don't want to implement new module (Invoices) TBH.
And we already using Connected Accounts.
And is invoice parameter mandatory?
Invoice is a product / one way to collect the payment. on_behalf_of is which a connected account is charged from. They are two independent and different things.
Can you share what you're trying to achieve here?
We just want a customer to pay for the product.
We are actually man-in-the-middle.
Connecting two parties
Getting our share for services
What type of connected account are you using? Standard, Express or Custom?
Standard
For Standard connected accounts, Direct Charges on Payment Intent can be used directly: https://docs.stripe.com/connect/direct-charges?platform=web&ui=elements
Invoice and on_behalf_of are not required
OK, thank you