Stripe and Paypal together

Hey guys. I have set up a site and running stripe on it. I wanted to know if it would affect the flow of transactions if I had paypal running on it as well. Apologies if out of topic

1 Like

Thanks for the message!

Indeed it’s possible to use both gateways. This is actually already possible with the hosted version (unfortunately though, using PayPal in the open-source version isn’t possible as it would requires lots of authorizations from PayPal) but it proves that this is doable.

The question is just then how to display it to providers (so that they connect their account for both) and buyers (so they can select a payment methods when paying). We’ve managed this already in the hosted version so if you integrate your own version of PayPal, you could also probably rely on most of the existing available code for providers and buyers.

Give it a try!

1 Like

Thank you. I’ll give it a try and post up feedback on this forum in case anyone else wants to do it on the open source version

3 Likes

Hi Daniel, any feedback on that? :slight_smile:

I managed to get both of them working together. Unfortunately the method that I used to activate PayPal seems to be unsupported nowadays in UK region, not sure about other places. publish.yexperiment.com/post/156715320289/sharetribe-with-paypal-payments-the-lost#=
You could reach out to PayPal

I got it, so your activation is still working but if you start now you need the new activation method… Thank you for sharing btw!