#YTB-fees

1 messages · Page 1 of 1 (latest)

wind knot
#

Hi there, what kind of fee details are you looking at?

stoic token
#

We implement Apple Pay. I would like to have the most details fees report related to each transaction

wind knot
#

You mean the Stripe fee?

stoic token
#

Also, but also the interchange fees

#

All possible fees for a transaction

vapid igloo
#

Note that to find the balance transaction:
The PaymentIntent object has a charge parameter, the Charge object has a balance_transaction parameter.

#

Note that the interchange fees are included in the Stripe fee.

stoic token
#

Ok, how should I understand that?

#

I mean, if the all the fees are included in the stripe fee, what is the meaning of the second transaction I cans see here?

vapid igloo
#

I'm not sure what I'm looking at. Can you give a little context, and copy/past the balance transaction ID?

stoic token
#

Sure.
Here is a balance report of a period where we only had one single transaction (Payment with Apple Pay) but I can see 2 rows. One of the payment itself, including a fee field. And another one only of fee.
txn_3KZFcrD3cOqItGB72BIfWw9C
txn_1Ka6GKD3cOqItGB7RAVQDecQ

vapid igloo
#

Thanks! Give me a few minutes to look into this.

vapid igloo
#

One is a balance transaction related to a charge (amount: $1.99), the other is a balance transaction for a Stripe fee related to Radar ($0.05).

#

I recommend looking at the description field of each balance transaction.

stoic token
#

Ok, thanks!

#

So, to sum up, I can suppose that all the fees related to a specific transaction will be include within the fee value?

grim zenith
#

If you mean the fee column, yes

stoic token
#

yes, perfect, thanks for your help