Skip to content
Advertisement

Tag: braintree

Get fee amount from Braintree Transaction.search()

Is it possible to get the Braintree fee amount while searching for transactions using Transaction.search() method? I specifically use Braintree Node.js SDK API, so when I call the method: My console.log(result[0]) shows pretty big (160 lines of code) single transaction object, where transaction.serviceFeeAmount: null. Question: How do I get the transaction fee here? Answer This is the answer I received

Advertisement