#blocher - fee amount

1 messages · Page 1 of 1 (latest)

river fiber
#

In the API, the fee is on Balance Transaction objects. To get the fee:

  1. Look in payment_intent.charges for a Charge with a status of succeeded
  2. Check charge.balance_transaction.fee
golden eagle
#

Thank you!

river fiber
#

Of course, that stumped me for a bit when I was learning the API

#

Always happy to help

golden eagle
#

Appreciate it!