#unknowncat

1 messages · Page 1 of 1 (latest)

low perchBOT
shadow jungle
ionic bolt
#

Hi, thank you. I wasn't sure if it might be better on a new thread but will do as you say next time.

#

actually retreiving balance transactions, trying to locate the stripe fee but none is showing on that endpoint

shadow jungle
ionic bolt
#

nice!!!!

#

thanks so very much

#

it was hiding! hahaha

shadow jungle
#

Are you not seeing the fee_details when calling this Retrieve request, that should be independent of the source parameter? I was answering the first question of how to attain the pi_ id from the balance transaction.

ionic bolt
#

it is, but showing 0 fee and fee_details is empty array

shadow jungle
#

That is likely the fee was not take from there. Can you share the transaction id with me? Is it the same as you shared on the other thread?

ionic bolt
#

making a report for all payouts and associated stripe fees, but sure that other transaction is a fine example

#

when I add source=expand I"m getting "Received both payout and source parameters. Please pass in only one"

shadow jungle
#

From looking at that transaction id, the fee was taken our from the Platform account so you'd want to look there.

ionic bolt
#

yep, how to look there based on transaction id?

#

is the essence of the question

#

duchess said to check pi, that's why I had asked how to get that from transaction id

shadow jungle
#

The fee is taken from the Platform account so you'd need to look at the transaction that occurred on the Platform account to see the fee details

ionic bolt
#

gotcha, and so by getting balanceTransactions list by sub-account and payout ( because case is that report needs to show stripe fees on all payments included in a payout ) , then we have transaction id, but those are showing 0 fee. I"m sorry that I'm confused.

#

how to get the transaction that occured on the platform account which is associated with the transaction that occured on the sub-account?

shadow jungle
#

The initial payment occurred on the Platform account, later after fees are taken out, a transfer is made to the Connected account which you can see for that transaction here: tr_3MMBOFBPFXLFBDkw1pCMG1aa

ionic bolt
#

okay, i should query balanceTransactions for payout and type 'transfer', then find the payment associated with that?

shadow jungle
#

Let's back out. Why are you using the transaction ids from the Connected Accounts?

#

You'd likely want to pull this data from the ids from the Platform account