Quote:
Originally Posted by JimmyStephans
I wish to take a script from Code Canyon that currently has only Stripe coded in and integrate Netbilling Direct Mode 3.2.
The base CMS script is written in PHP with Laravel framework.
Tried Upwork and Fiverr, but nobody replied that had experience with Netbilling. The team at NB also didn't have a current guy to refer me to.
Anybody have a DEV they know that is familiar working with Netbilling?
Thanks in Advance!
Jimmy
|
You may have trouble finding this, the reason its currently set up with Stripe is that its part of their eco system ( Laravel Cashier )
https://laravel.com/docs/10.x/billing and honestly, this integration is not fantastic. Ive recently built a cart with it, and it was a lil bit of a pain in the ass for sure. ( but was successful )
This project will likely end up being raw php integrated into the Laravel Framework to bridge the gap.. I love Laravel, but they really do need to beef up their billing integration ecosystem.
I will be attempting to build moneris interaction into a laravel system shortly for an upcoming project, and after that time could give some advice, but at the moment I have none.