#Jeni
1 messages · Page 1 of 1 (latest)
moving the code here
{
amount: totalAmount,
currency: "usd",
customer: customerId,
payment_method_types: ["card"],
description: description,
metadata: {
order_id: metaData.cartId,
qty: metaData.qty,
user_email: metaData.userEmail,
vendor_email: metaData.vendorEmail,
vendor_stripe_account: accountId,
},
application_fee_amount: totalCommission,
transfer_data: {
destination: accountId,
},
}
);```
would you mind deleting the code example from the main channel so that we can keep the context in this one thread? 🙂
thanks!
Where exactly are you seeing the application fee go to the connected account?
Can you share an example?
Ok sure
As u can see here the collected fees went to the destination account
instead it should go to the stripe Admin account
Can you share the example PaymentIntent ID?
That's the dashboard for the platform though right? So the fees did go to the platform
I meant the first screenshot
The second screenshot shows the fees that were collected by the platform. IF you look at the account balance it does show $45.55
which is $50 amount minus the $4.45 application fees
if you look at platform's collected fees, you'd see the right amount there
https://dashboard.stripe.com/test/connect/application_fees
where is the account balance in that screenshot
oh okay so will this be credited to platform account?
Yes. The connected account view only shows the fees collected by the platform. The fees will settle on the platform.
Oh okay thanks...so all the collected fees will settle on the platform
Yup, we have a graphic here that shows the flow of funds for destination charges
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
Okay thanks😊