#arjancodes
1 messages · Page 1 of 1 (latest)
Here's an example from the Payments / All transactions page in the dashboard.
Hmm alright, does your webhook listen to all events?
No, I have only enabled the events that I'm actually handling at the moment. I'm looking for an event that is triggered when this fee is charged.
I don't think we fire events for that I'm afraid. Your best option is to list all Balance Transactions at the end of a period and you can get related fee details from that: https://stripe.com/docs/api/balance_transactions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.