• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Stripe fee is not working

amas

Member
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
    Captura de pantalla 2022-04-07 a las 12.51.06.png
    89.1 KB · Views: 117
P

Pabbly13

Guest
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.
 

Pabbly

Administrator
Staff member
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

Well-known member
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".

1649342631734.png


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

1649342760960.png
 
Top