#trandn-fees-charge

1 messages · Page 1 of 1 (latest)

deep mantle
#

Hello 👋
If I remember correctly, it'd be on the BalanceTransaction object. Not sure, let me take a look

tepid kite
#

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

deep mantle
#

I think you can expand it when you retrieve all charges

#

i.e.

  limit: 3,
},{ expand: 'balance_transaction' );```
tepid kite
#

great thank you!