#kaushalsaddal
1 messages · Page 1 of 1 (latest)
hello
Need help for destination charges coding
Got error to implement
Not getting application fees
all amount going to transfer Connect account
can you share more information like the code you wrote and examples of the exact issue you're seeing?
Hi! I'm taking over this thread.
So this is the API request you made to create that Checkout Session: https://dashboard.stripe.com/logs/req_qwlg6mHrbJPPFg
This is a Destination Charge, with application_fee_amount: 3
Can you clarify what is the issue exactly?
Exact issue
is
We are not getting the application fees against any order
complete order amount transfer in connect account
This specific Checkout Session in status: "open". When it will be complete, your platform should get the application_fee_amount minus the Stripe fees. So the platform will probably end up with a negative amount.
Can you share a complete Checkout Session ID where you don't see the Application Fee?
We are able to see Application fees in every transaction
but not getting in our account
and
application fees calcution also not correct
We are able to see Application fees in every transaction but not getting in our account
What do you mean by "not getting in our account"?
application fees calcution also not correct
Again, can you clarify with a specific example?
I can tell you example with one sample order
can you check my account?
or I can shared transction id
Can you able to check with that?
Yes please share a PaymentIntent ID (pi_xxx) for example.
Thanks! Give me a few minutes to look into this.
Please
You can see everything here https://dashboard.stripe.com/payments/pi_3MPl2ICQUkZYV1OM07w8cJZO
Total amount is $16.35
Stripe fee is $0.59 (paid by you, the platform)
Collected fee: $0.39 (that your platform keeps)
So in total your platform receives $0.39 - $0.59 = -$0.2
So you are losing money on the PaymentIntent. You should probably increase your application_fee_amount to avoid this
When making payment with Stripe, Stripe always take a fee. You can learn more about this here: http://stripe.com/pricing
For Destination Charges, the platform account (you) will pay the Stripe fee.
For this PaymentIntent you have:
- Application fee (what your platform receives): $0.39
- Stripe fee (what your platform needs to pay): $0.59
So... $0.39 - $0.59 means the platform ends up with negative $0.2
this is order what is amount connect will get it?
connect should get it aroung 15.40
why in screenshot is 15.76?
in net amount?
The connected account will get $16.35 minus the application fee
can you check what connect has got?
I already told you: $16.35 minus the application fee
So it's 15.96
pi_3MPmDPCQUkZYV1OM0JsrvTXz
can you check it this sample transaction I have done thtat
that
connect amount should get 5.00
why net amount is 5.05
We increased the amount as well
now
Are you making real payments for testing purposes? You should stop doing that and use test mode instead.
The application fees should higher then stripe fees?>
The application fees should higher then stripe fees?>
If you want the platform to not lose money, yes.
These are not technical questions. So I recommend asking Stripe support directly: https://support.stripe.com/contact