Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

skoobi's avatar
Level 13

Laravel Cashier and Braintree

Hi.

I'm trying to integrate Stripe and Cashier into an app I'm building, but I can't get my head around how to build a custom checkout like the Stripe Laracast video but for Braintree? or in particular PayPal payments.

Can Braintree and Stripe work together? (Sorry for the stupid question)

Many thanks

0 likes
1 reply
D9705996's avatar

Looks like you can't use stripe and Braintree payment providers together with cashier in the same app based on a few issues in the repos on github dud to the conviction between database schemas... this one is most detailed

https://github.com/laravel/cashier/issues/308

Seems only possible workaround would be to run separate apps/microservices for each provider alongside your main app and integrate with the microservice.

I also wouldn't wait for stripe to support PayPal

https://www.kylembrown.com/stripe/does-stripe-integrate-with-paypal

Please or to participate in this conversation.