#LucaW

1 messages · Page 1 of 1 (latest)

sharp spearBOT
sharp ruin
#

Hello there

manic yoke
#

Hello

#

Can I get more informations about that trx ?

sharp ruin
#

That will give you more info

#

Are you familiar with expansion?

manic yoke
#

Yes, I expand it with this command right?

#

stripe balance_transactions retrieve txn_1MraAYK1xWAYzvtrfXAweJYi
--expand=source

sharp ruin
#

Looks like you are using the CLI?

manic yoke
#

yes

#

oh in the response i get source=null

#

"description": "Billing (2023-03-30): Subscriptions",

sharp ruin
#

Ah

#

Yeah that is because this is an aggregate fee

#

For your Subscription fee

#

So it isn't tied to a single transaction

manic yoke
#

alright, any idea on how to retrieve the main fee?

#

"type": "stripe_fee"

sharp ruin
#

What do you mean by "main fee"?

#

The API will not return the breakdown of what that aggregate fee entails any further.

manic yoke
#

i mean i would like to retrieve the fee that has created this transaction

sharp ruin
#

You would basically have to retrieve all the relevant transactions from that day (3/30/2023)

#

But the API doesn't do that for you currently

manic yoke
#

Alright, and how do I know the original amount of that transaction? I've several parameters, "amount": -402, "fee": 88, "net": -490,

#

that means that i got a payment of 4.90€ at 3/30/2023 ?

#

or the fee taken is 4.90€ ?

sharp ruin
#

This is a different balance transaction that you are looking at, correct?

manic yoke
#

nope, it's the same

sharp ruin
#

Can you provide the balance transaction ID for me?

manic yoke
#

txn_1MraAYK1xWAYzvtrfXAweJYi

sharp ruin
#

Ah sorry, you did provide that originally

manic yoke
#

np

sharp ruin
manic yoke
#

oh alright, so if i've understood, the amount 4.02€ is the total amount of fees of all the subscriptions of day 3/30 ?

#

and the tax 0.88€ is the total tax collected by stripe for that day

#

for subscriptions

sharp ruin
#

And that's correct for the tax -- it is the tax that is assessed for that fee

manic yoke
#

Alright thank you!