#GeorgeSonorus

1 messages · Page 1 of 1 (latest)

half quarryBOT
earnest temple
#

Fee details are included in Balance Transaction objects, but there's no events for them

novel oasis
#

I do get stripe fees related to a transaction like you mentioned but we also have stripe fees for automatic tax

#

will this be included in Balance transaction object?

earnest temple
#

That'd be a separate Balance Transaction object unassociated to the payment I believe (as I think we group those fees)

novel oasis
#

If I search for balance history I can find it but I would like to have an instant trigger when that happens

earnest temple
#

Yeah just doesn't exist right now I'm afraid

novel oasis
#

maybe I can setup a webhook for every new transaction and then I can use filters to get the ones that are for automatic tax

earnest temple
#

Seems like a reasonable solution. But as I said, I think the auto tax fees are debited in batches as opposed to one fee per payment

#

I may be wrong about that, don't know how the pricing works

novel oasis
#

As far as I know they are not directly related to a payment

#

Since those stripe fees are in the list of all payments, is there an event that I can use that would possibly be triggered when that fee is created?

earnest temple
#

And as stated, no events for those objects

#

You're likely going to need to create a job/queue that periodically polls the API to do what you want

novel oasis
#

Thank you for your help!