#Aleksandr - retrieve fees
1 messages · Page 1 of 1 (latest)
Hi there. One moment
You would have to retrieve the balance transaction for the payment: https://stripe.com/docs/api/balance_transactions/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Which is available on the charge object
it works, thank you