#dinesh-kumar_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/1219168771571191868
📝 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.
- dinesh-kumar_best-practices, 2 days ago, 19 messages
Hi
When we using destination charges during creating payment intent then the transactional volume is counted towards the platefrom turnover or not?
What do you mean by "platefrom turnover "
turnover means..like transactions made of 200 euro using destination charges then 200 euro transaction amount count as plateform turnover or connect account turnover
I still don't understand. Is it about fund flow? https://docs.stripe.com/connect/destination-charges#flow-of-funds-app-fee
i have one more question in separate charge
like if take an any amount from customer then stripe fees imposed on stripe plateform?
For destination charges, or seperate charges and transfers, the platform is responsible for stripe fees.
can you explain me this scanario that how fees is calculated here- The customer pays a 100 USD charge.
Stripe collects a 3.20 USD fee and adds the remaining 96.80 USD to the platform account’s pending balance.
The platform transfers 70 USD to the restaurant’s connected account and 20 USD to the driver’s connected account.
A platform fee of 6.80 USD remains in the platform account.
Is it about how Stripe fees are calculated?
https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers here's the formula. If you have more questions, you should reach out to Stripe support https://support.stripe.com/contact/email
this is not about how stripe fees calculates, i understand that 3.20 USD deducted fees when we create charge on customer but how this convert to 6.80 USD
What's the payment_intent ID?
And what do you mean by " how this convert to 6.80 USD" ? If I understand you correctly, this is the application fee that the platform charges for this transaction.
this is an example given at stripe documentation- https://docs.stripe.com/connect/separate-charges-and-transfers
Ok, so you want to know what is an application fee?
i have understand this, i have one more question
what is the use of one_behalf_paramater
in separate charges
I believe it's already explained here https://docs.stripe.com/connect/separate-charges-and-transfers#on-behalf-of, which part of it that you need more clarifications?
not understand by this what will be benefit of this in separate charges
https://docs.stripe.com/connect/charges you should read this page. It explains each charge type and when you should use them.
by on_behalf paramater we also send money to connected account during creating charge?
I believe you can find the answer in the fund flow chart that I shared earlier.
is there any api where we can find stripe fees based on amount and currency?