#Jeni

1 messages · Page 1 of 1 (latest)

hybrid bronzeBOT
next trout
#

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? 🙂

past helm
#

Ok sure

#

deleted

next trout
#

thanks!

#

Where exactly are you seeing the application fee go to the connected account?
Can you share an example?

past helm
#

Ok sure

#

As u can see here the collected fees went to the destination account

#

instead it should go to the stripe Admin account

next trout
#

Can you share the example PaymentIntent ID?

past helm
#

Ok

#

pi_3Mw3WgFMvaINkL9u1rsbe0Yz

next trout
#

That's the dashboard for the platform though right? So the fees did go to the platform

past helm
#

that's not dashboard i took it when i click that destination account id

next trout
#

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

past helm
#

where is the account balance in that screenshot

#

oh okay so will this be credited to platform account?

next trout
#

Yes. The connected account view only shows the fees collected by the platform. The fees will settle on the platform.

past helm
#

Oh okay thanks...so all the collected fees will settle on the platform

next trout
past helm
#

Okay thanks😊