Back to Top

Laravel eCommerce Tap Payment Method

Updated 5 January 2022

With the help of the module Laravel eCommerce Tap Payment Method, the admin integrates the Tap payment gateway in the Bagisto eCommerce store.
This allows the admin to accept the payment via Tap payments. The customer selects the tap payment at the checkout page.

Features

  • Hassle-free payment.
  • Admin can also set the API key and payment description.
  • Encrypted API Key.
  • If payment not done or in case of payment failure user will be redirected to the cart.

How to install the module?

Unzip the respective extension zip and then merge “packages” into project root directory.

Laravel ecommerce tap payment

Goto config/app.php file and add the following line under ‘providers’.

Webkul\TapPayment\Providers\TapPaymentServiceProvider::class

Goto composer.json file and add the following line under ‘psr-4’

"Webkul\\TapPayment\\":"packages/Webkul/TapPayment"

Then run the following commands:-

Start your headless eCommerce
now.
Find out More
php artisan migrate
php artisan route:cache
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations

Admin Configuration of the module.

After the successful installation of the module, the admin also needs to configure the module from the admin panel for this the admin needs to navigate to the Configure>>Sales>>Payment method as shown below:

Configuration-3


Here the admin also needs to fill in the details such as Name, Description Secret keys, and Publishable key. The admin can also enable or disable the module at any time and can also use the payment method for a sandbox mode.

Note:- The admin will get the keys after creating an account in Tap Payment.

Front end

Once the module has been successfully configured the customers can also select the Tap payment method at the checkout process as shown in the image.

tap-payment-select-page

All the details are visible under the order summary including the payment method used by the admin as shown below:-

tap-order-summary

Click on the Place Order button.

After clicking on the place order button the customer will be redirected to the tap website where the customer also needs to enter the card details.

tap


Click on the Pay button.

Now after few seconds the payment is successfully done as shown below:-

tap-orderr-complete

 

Support

So, that was much about the User Guide of Laravel eCommerce Tap Payment Method for any queries or doubts reach out to us at [email protected]. You can also raise a ticket at our HelpDesk System.

Please explore our Laravel Development Services and Quality Bagisto Extensions.

Current Product Version - v 1.2.0

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home

Table of Content