Stripe fee is not working

Status: Closed · Asked by amas on · 0 views

amas — Question ·

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

Captura de pantalla 2022-04-07 a las 12.51.06.png
Pabbly13 — Reply ·

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.

amas — Reply ·

So it is not possible to retrieve stripe fee? Is there another way?
thank you

Pabbly — Reply ·
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.
Fagun Shah — Reply ·
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,

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/

Back to all forum threads · Log in to reply