#sandeep gour-destination-charges
1 messages · Page 1 of 1 (latest)
Hey, looks like you're using destination charges
If the code you've shared, you're charging 95, keeping 5 (as the platform) and ultimately the connected account is left with 90 (95-5)
You instead need to amend amount parameter to 100
yes, I am using destination charges.
please, share calculation for destination charge.
Specifically what calculation?
if a customer paying 100 rupees to a connected account then how to calculate commission by platform.
if suppose that platform commission fees = 10 rupees.
10 rupees yeah 10% set by plateform.
then calculation?
Then you'd need to calculate 10% of the amount value
This would be in your PHP code, nothing specific to Stripe
after calculating the 10% amount I will get 90 rupees.
and 10 rupees commission fees right.
Yes
if using destination payment charge then will receive connected account 90 rupees and platform 10 rupees.
right or wrong, sir ?
Yes, minus related Stripe fees on the Platform: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Perfect!