#trandn-fees-charge
1 messages · Page 1 of 1 (latest)
Hello 👋
If I remember correctly, it'd be on the BalanceTransaction object. Not sure, let me take a look
Okay great, is it possible to expand this object when I retrieve a list of charges or do i need to retrieve balance transactions after retrieving all my charges
I think you can expand it when you retrieve all charges
i.e.
limit: 3,
},{ expand: 'balance_transaction' );```
great thank you!