Stripe fee is not working
Status: Closed · Asked by amas on · 0 views
Hi,
I have a simple workflow connecting stripe and google sheets to register new captured payments.
I can extract all the data I need (date, customer data, amount captured...) except the stripe fee
I have tried "Data object Application fee amount" and "Data object application fee" but neither of them returns any number as you can see in the image.
Thank you
Attachments

Hey @amas !
The webhook trigger of Stripe is a descriptive-based webhook trigger that only captures the data from the application.
So, we do not manipulate the webhook response data from our end.
If any data is missing from the Incoming Webhook, then this is something not available from the application's end itself.
Contact once Stripe team and ask them which webhook you should where you will get fees charged as well in the webhook response.
So it is not possible to retrieve stripe fee? Is there another way?
thank you
So it is not possible to retrieve stripe fee? Is there another way?
thank you
Contact once Stripe team and ask them which webhook you should be using, where you will get fees charged as well in the webhook response. They will be able to help you out on this.
So it is not possible to retrieve stripe fee Is there another way
thank you
I am assuming that you are using Charge.succeeded event for webhook, then you must be getting "Transaction ID".

You can do another Custom API call to get Stripe Fees,