#YTB-fees
1 messages · Page 1 of 1 (latest)
We implement Apple Pay. I would like to have the most details fees report related to each transaction
You mean the Stripe fee?
Got it! You can find the Stripe fee and exchange rate on the balance transaction object: https://stripe.com/docs/api/balance_transactions/object
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.
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?
I'm not sure what I'm looking at. Can you give a little context, and copy/past the balance transaction ID?
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
Thanks! Give me a few minutes to look into this.
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.
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?
If you mean the fee column, yes
yes, perfect, thanks for your help