stripe commission and net amount in retrieve a charge
Status: Open · Asked by javiermarcon on · 0 views
When I retrieve a charge, there is a lot of missing information, i.e. we get the total amount (multiplied by 100) but the commission fee that stripe charged is not retrieved and the net ammount that enters to our stripe account in not retrieved either. How can we get that information?
Hey @javiermarcon
Regarding your concern you can try using Stripe: Retrieve an Event action step to capture complete details of an event.

Thanks Supreme, is there any adittional documentation on the stripe retrieve an event action?
Thanks, but I added the retrieve an event action but it does not contain the stripe fee or net ammounts.
To get the stripe fee I need to use the expand parameter in the api as shown in https://docs.stripe.com/expand/use-cases#stripe-fee-for-payment but I don't know how to implement it in pabbly.
Please try using 'Retrieve a Charge (Advance)' action step.
Is there anyway to get the fee information from a stripe trigger event rather than as a subsequent action?
Is there anyway to get the fee information from a stripe trigger event rather than as a subsequent action?
I'm afraid not; you'll have to use an action event to fetch the fee.