Paypal & Stripe Processing Fee to Wave

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.
 

ArshilAhmad

Well-known member
Staff member
Hi @jason902101,

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.
1701366028056.png


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.

1701366145624.png



 
Top