Services Plugins FAQs

How can I retrieve the Stripe processing fee once a payment has been made to a Stripe Connect account?

The ‘Stripe marketplace - Retrieve all charges’ function only return the fee collected by the platform. How can access the processing fee that Stripe takes?

Hi @raf-a,

Thanks for reaching out. Unfortunately, it is not possible to retrieve Stripe’s processing fees. This is something they charge as per their business model. You can find more information here and here.

What are you trying to accomplish with our plugin? Perhaps I can help with a hint.

Best,
Alex

Hi @alexandru,

When a customer makes a payment to a seller, I want the customer to be able to see all the charges broken down i.e. Stripe processing fees, my application fees. My only solution is to model Stripe’s processing charges and manually write them to the Bubble database for a successful payment.

Regards,
Raf

Hi @raf-a,

Thanks for feedback. Yes, in this case the only way would be writing it and displaying manually (processing fees). These numbers are fixed based on Stripe’s model, so you can simply get this information from their pricing page.

Hope it helps.

Best,
Alex