#blocher - fee amount
1 messages · Page 1 of 1 (latest)
In the API, the fee is on Balance Transaction objects. To get the fee:
- Look in
payment_intent.chargesfor a Charge with astatusofsucceeded - Check
charge.balance_transaction.fee
Thank you!
Of course, that stumped me for a bit when I was learning the API
Always happy to help
Appreciate it!