#angel_azm
1 messages · Page 1 of 1 (latest)
HI 👋
What kind of charge are you making?
In the object "payment_intent_data" I am adding the property "application_fee_amount"
And this is a Destination charge?
When reviewing the dashboard and viewing the payments, the charge for using the platform, I can see that this charge is not deducted from the seller
I am using the checkout sessions
I'm sorry but that is not clear to me at all. Can you share the ID of a Payment?
All these purchases are trial purchases, is it useful?
If you could provide an example that would really help a lot
A Checkout Session ID or Payment Intent ID
Okay so this is a Destination Charge, which we can see in this request: https://dashboard.stripe.com/test/logs/req_C0ielcVzj8Vjqh
So when you specify the application_fee_amount that is where the Stripe fees are collected from. We show that in this Funds Flow diagram: https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Are you trying to determine the Stripe Fees amount so you can increase your application fee amount by that much?
If that is what you are trying to do you can use the formula listed here to calculate the Stripe Fees: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
I know the article is about passing on the fees to the customer but the formula will work for whatever you need it for.