adrielzxdf's avatar

Braintree Integration

Does anyone have any experience implementing Braintree payments with Laravel? There is a shortage of resources on this. The only example I've found is this http://anistark.github.io/blog/coding/2014/12/22/braintree-laravel-integration/, but there's not a whole lot of information as well.

0 likes
14 replies
adrielzxdf's avatar

Yep, but it's not Laravel specific. I would like to know how people implement Braintree into their Laravel applications.

1 like
adrielzxdf's avatar

Thanks for the links, but these tutorials are for implementing Stripe. Unfortunately, Stripe is not available in my country yet hence my next best option is to use Braintree. The cashier package for example, would not work for Braintree implementation.

bobbybouwmann's avatar

You said that you don't know how to implement it? Where to put stuff right? Where to start? All these payment methods are kinda the same. They all start in your controller and then get some data provided by the user and make their payment. Then it returns something and you can store that in your database and show a message to your user.

I only showed you those resources so you get an idea about where to start

sweijdt's avatar

I wish there was a braintree-cast on laracast. Just because I'm lazy and don't want to think about how to use the stripe examples and apply it on braintree. The only reason I want to use braintree over stripe is because of paypal.

6 likes
privilegue's avatar

+1 for a series on braintree which would also show how to do single charges and not subscriptions. Not every business runs on subs and license models, alot of them in fact run with single charges against a certain product (just saying...)

4 likes
LiamHammett's avatar

@vcgnetwork This is a 2 year old thread, ever since Laravel 5.2 the Cashier package has supported Braintree natively anyway.

matthewinSpire's avatar

It's also an article that involves subscriptions and not single payments...Would be nice if there was a high-quality tutorial on integrating Braintree into Laravel (single payments, e.g. for eCommerce).

1 like

Please or to participate in this conversation.