#arn4v-customer-balancetransaction
1 messages · Page 1 of 1 (latest)
Basically, I want to know what amount was debited.
arn4v-customer-balancetransaction
@dawn python we don't have specific Events for that resource so customer.updated is the only way
How can I get the difference if I haven't been storing these transactions in my own db so far?
I.e, if someone has 1000 cents in 'credits' and then use it to settle an invoice, customer.updated is triggered but customer.updated doesn't have any info that I can use to calculate the delta if I don't have the previous value stored already.