#pixie-stripe-fees
1 messages · Page 1 of 1 (latest)
pixie-stripe-fees
- The fee is charged at the same time as the Charge creation. So the platform pays the fee here
- Usually you create a $10 Charge, you transfer say $9 to the connected and keep $1 for yourself which is more than the fee
- Not sure what fails, I don't know much about the Dashboard, I'd recommend talking to our support team: https://support.stripe.com/contact. But in the API you'd use https://stripe.com/docs/api/balance_transactions/list to loop over all BalanceTransactions and look a the
feeandfee_detailsproperties
given that we currently transfer the entire charge amount to connect, is a topup the correct approach?
That usually doesn't make sense to do it this way. Are you just losing money on every transaction?
yeah we're basically just constantly running a deficit and paying fees from money that ends up sitting in platform for various reasons
we understand it's not the correct approach but working to resolve with a one time transfer so we can have time to resolve in the correct way
yeah so in that case topup is the correct approach
@fresh wyvern 👋 here
looking at topup instructions here https://stripe.com/docs/connect/top-ups
Click Pay out connected accounts to add funds that are paid out to your connected accounts. If you are adding funds to your balance to cover future refunds and disputes, or to repay your platform's negative balance, click Cover negative balances and see adding funds to your Stripe balance.
want to confirm that what we want is the "Cover negative balances" option
Yes looks like so. I would recommend getting in touch with Support for clarification
is this not support
No, we are developers helping with coding questions mostly
is there a way for me to ask a support question without re-explaining the entire problem