Paypal & Stripe Processing Fee to Wave
Status: Open · Asked by Jason McCoy on · 0 views
Hello,
Is there a way to pull in the processing fees from a PayPal and/or Stripe transactions to add to Wave accounting?
For Stripe, I tried using the "Retrieve a Balance Transaction" but the previous trigger of "New Charge" doesn't seem to have an ID that works.
Thank you.
Hi @jason902101,
https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZlMDYzZjA0MzA1MjY4NTUzMzUxMzci_pc
For Stripe, you can use 'Retrieve a Charge by ID' to obtain the transaction ID and then use that ID in 'Retrieve a Balance Transaction' to retrieve the processing fee.
If this is your processing fee in PayPal, you can use it in Wave.
If not, you can attempt to execute this endpoint using the API by Pabbly. This is the closest information I could find in PayPal's API documentation regarding a processing fee.
https://developer.paypal.com/docs/api/payments/v2/#captures_get

Thank you!