How can i integrate paytm payment method into bagisto?
-
I did following step :
1.Create a folder for your new payment gateway and use composer init command to initialize composer.json in it.
2.Make your own vendor payment's package by using a service provider.
3.Register the package in config/app.php.
4.Register your package in project's root composer.json file.
5.Follow the same declaration used in service provider file of Paypal in your own service provider also to turn up translations, migrations, views, assets.
or follow laravel's own guide to create a package Guide
6.create an entry point of class for your own payment method by extending Bagisto's abstract class called Payment. Its present in packages/webkul/payments/payments.Can you plz suggestion me After what can i do....???
-
@Sarthak
Please follow this doc- https://devdocs.bagisto.com/create_payment_method.html -
thank you mam.
but same procedure was used. Can you plzz provide me any git repo for refrence which using Paytm payment integration.
-
@Sarthak
Please follow this setup- https://prnt.sc/qzbteh -
For paytm bagisto this works well. https://github.com/wontone18/paytm-payment-gateway-bagisto-laravel