#Nukesforbreakfast

1 messages · Page 1 of 1 (latest)

calm bloomBOT
wind pasture
#

Hi, what do you mean by 'usage' here?

orchid folio
#

sorry I wasn't clear. I mean by usage any processing fees stripe may charge. I.E. card fees OR ACH fees OR <insert payment type fee here> + Invoicing volume fees.

In this case I would be using destination charges with on_behalf_of set to the Express connect account.

wind pasture
orchid folio
#

so stripe_fee and stripe_fx_fee?

wind pasture
#

It all depends on what you're specifically looking for but I'd start with that.

orchid folio
#

Well I didn't know balance transactions were a thing so that's a start 🤣

wind pasture
orchid folio
#

But I'm looking for ones that are related to what I would call:

  • Payment method fees (2.99% + 30 cents per card OR the 0.5% up to some cap for ACH)
  • Volume fees (such as the 0.4-0.8% for Stripe Billing based on plan tier)
orchid folio
#

so stripe fee is listed as:

stripe_fee

Fees for Stripe software and services (e.g., for Radar, Connect, Billing, and Identity).

I'm not seeing one of these categories that I would lump into "payment method fees". Maybe I'm blind?

wind pasture
#

I do not have much expertise in reporting and the latter part of this conversation is becoming more of reporting type questions.

orchid folio
#

ok sounds good, thanks!

#

FWIW I found the report, and it looks like the charge transaction type includes a fee, which is the transaction fee for that charge

wind pasture
#

I thought you were looking for a further breakdown of fees (2.99% + 30 cents per card OR the 0.5% up to some cap for ACH). Sorry, I misread this.

orchid folio
#

I'm guessing there's no method to sort of summarize the information to something like:

"I want to know how much fees + stripe_fees I paid on behalf of Connected account X"

wind pasture
orchid folio
#

I'll look into that. The other option I was looking at was perhaps checking the list of balance transactions for the types I care about. On that topic:

Is there a way in test mode to force balance transactions in order to see what the data looks like from the API? I currently don't use Stripe Invoicing so I don't get any balance transactions today that are of type stripe_fee, and all our business is in the US so I also don't get any stripe_fx_fee. It would be useful to be able to see what they look like in test mode to understand how to process them.

wind pasture
#

I'd recommend that you make some test payment on your account. Let me see what comes up on my test account

#

Yeah, it just shows the fee amount under fee

orchid folio
#

so if I make a test invoice on my account and pay it, I should also see the stripe_fee balance transaction for the use of Stripe Billing?