#batz_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/1435568828414300263
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
Sorry im using destination charges not direct charges
Do you have an example payment I can look at? But generally with destination charges the platform is responsible for fees, yes
My main question is it looks like im losing money here ?
The pi_xxx ID please
hey there ๐ taking over for Ynnoj
No worries thank you glo
So just to take a step back here
I want the charge to go to the connect account and then give me back my application fee and let them settle the stripe fees
it does look like you lost money on this transaction overall, since the fee amount you took was lower than the Stripe processing fee
for destination charges, the processing fee is deducted from your platform's balance
So in this case
we wont have it deducted from our platforms balance
direct charges will mean that the fee is deducted from the connected account's balance (assuming you haven't overridden this with the fee controller property)
but there are other factors you should consider before deciding what flow to implement
such as who is responsible for managing refunds/disputes, etc
the seller would be responsible for managing funds and disputes
We dont want any responsibility with this
I'd recommend checking out the breakdown here just to make sure that it fits your needs: https://docs.stripe.com/connect/charges#types
but yes then direct charges sound more like what you need
Ok so using direct charges just to reiterate
- Charge will be done directly on the connect account
- Stripe fees are settled with the connect account
- Our collected application fee is then sent back to us from that accounts balance or directly from the transaction
Using destination charges
- Charge is done on our platform account so we are responsible for funds and disputes
- We are charged the stripe fees and if our collected fee is lower than our amount charged we are losing money
yup, exactly right!