Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5489

Laravel eCommerce Tap Payment Method

$
0
0

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:-

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


That’s all for the Laravel eCommerce Tap Payment Method, also have any issue feel free to add a ticket and let us know your views to make the module better bagisto.uvdesk.com


Viewing all articles
Browse latest Browse all 5489

Trending Articles