Did you read the documentation from their website?
https://developers.braintreepayments.com/ios+php/start/overview
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.
Did you read the documentation from their website?
https://developers.braintreepayments.com/ios+php/start/overview
Yep, but it's not Laravel specific. I would like to know how people implement Braintree into their Laravel applications.
Aah like that, well you might want to take a look at other payment tutorials to give you an idea
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.
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
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.
+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...)
I just noticed on the link https://laravel.com/docs/5.0/billing that you can do single charges. Wont this work for you?
@vcgnetwork Braintree offers more pay providers, which is nice ;)
@vcgnetwork This is a 2 year old thread, ever since Laravel 5.2 the Cashier package has supported Braintree natively anyway.
Complete step by step Braintree integration on Laravel. Hope it helps :)
Thanks @NagibMahfuj, that's a fantastic article!
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).
This is a step-by-step course on integrating Braintree and Laravel 8 http://bit.ly/3tNXkIP
Please or to participate in this conversation.