• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

How can i integrate paytm payment method into bagisto?

Modules
3
5
554
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    Sarthak last edited by 8 Feb 2020, 09:10

    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....???

    1 Reply Last reply Reply Quote 0
    • J
      Jyoti last edited by 8 Feb 2020, 09:40

      @Sarthak
      Please follow this doc- https://devdocs.bagisto.com/create_payment_method.html

      S 1 Reply Last reply 8 Feb 2020, 09:51 Reply Quote 0
      • S
        Sarthak @Jyoti last edited by 8 Feb 2020, 09:51

        @Jyoti

        thank you mam.

        but same procedure was used. Can you plzz provide me any git repo for refrence which using Paytm payment integration.

        1 Reply Last reply Reply Quote 0
        • J
          Jyoti last edited by 8 Feb 2020, 10:35

          @Sarthak
          Please follow this setup- https://prnt.sc/qzbteh

          1 Reply Last reply Reply Quote 0
          • 2 years later
          • W
            wontoneesaju last edited by 28 Aug 2021, 17:27

            For paytm bagisto this works well. https://github.com/wontone18/paytm-payment-gateway-bagisto-laravel

            1 Reply Last reply Reply Quote 0
            3 out of 5
            • First post
              3/5
              Last post