#martin-polreich_api
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/1338818115781394525
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
It has to be specified individually via API for every transaction.
What documentation have you been following?
I was trying to find something about it 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.
And the guide it references: https://docs.stripe.com/connect/authentication
I found some info about fees there, for example https://docs.stripe.com/connect/direct-charges-fee-payer-behavior
but it was not really clear to me and also I was worried to mess with it to avoid issues with the existing fee that is paid by the connected acount to Stripe.
The type of Connect setup you have is called Direct charges, meaning the Connected account is charging the customer directly: https://docs.stripe.com/connect/direct-charges
In this case, the Connecte account will always pay the Stripe fees. What you can do is add application_fee_amount parameter, when you create the PaymentIntent, in order to collect Platform fees as well: https://docs.stripe.com/connect/direct-charges?platform=android#collect-fees