Month: December 2020

Symfony Development

Paytm Payment Gateway Integration with Symfony : Step by Step

In this tutorial we have explained Paytm Payment Gateway Integration in symfony. Paytm is the good choice for accepting payment online. It is safe, secure, and easy to integrate into website and mobile applications. Nowadays paytm is most popular and famous mobile wallet system. As per the company, over 7 million merchants across India use their QR code payment system to accept payments directly into their bank account.

Nowadays many ecommerce or other service websites start using Paytm payment gateway. Its also reduce the risk to exposing credit card details or banking password. Just send or receive payment via your Mobile Phone. So, no doubt Paytm is better service for online payment for your Website.

Benefits of using Paytm Payment Gateway

Paytm accepts every mode of payment

Paytm Wallet
Bank account via UPI
Debit or Credit cards
Net Banking
EMI Option on cards
Paytm Postpaid

Secure Payments
Industry high success rate
Checkout with saved cards
Real-time bank settlements
Business growth insights on Paytm Merchant Dashboard

Steps to Integrate Paytm Payment Gateway in PHP

Lets start the process of Paytm Payment Gateway Integration. Follow the below steps:

Step 1 : Register for Paytm Account

Sign Up for Paytm bussiness account from here :

Step 2 : Configure Paytm Credential

Add following code in config.yml file.

parameters:

Step 3 : Create Paytm Integration Helper

Create helper into AppBundle->Helper->PaytmHelper.php
Add following code into PaytmHelper.php

Step 4 : Create Paytm Entity

AppBundle->Entity->PaytmPayment.php

Step 5 : Configure Order controller code

Step 6 : Create twig file

Conclusion: I hope this tutorial helpful for you, if you have any issue with integration, please comment below.

Thank You!

38
Wordpress Development

Beaver Builder Page Builder

What is the Beaver Builder Page Builder and How to Install Beaver Builder Plugin in WordPress ?

What is the Beaver Builder Page Builder ?

Beaver Builder is a flexible drag and drop page builder that works on the front end of your WordPress website. Whether you’re a beginner or a professional, you’re going to love taking control of your website. Stop writing HTML or wrestling with confusing shortcodes. With Beaver Builder, building beautiful, professional WordPress pages is as easy as dragging and dropping.

How to Install Beaver Builder Plugin in WordPress ?

Step 1 : Download the Beaver Builder plugin

Download the Beaver Builder plugin zip from .

Step 2 : Install the Beaver Builder plugin

1. From your WordPress Admin Panel, go to Plugins > Add New and click the Upload plugin button at the top of the screen.
2. Click Browse and select the downloaded zip file on your local system or just drag the file on top of the Browse button.
The installer file name is shown just to the right of the button.
3. Click Install now.
4. click Activate to activate the plugin.

Step 3 : Build a Page

1. Click on Page > Add New.

Thanks for Reading.

×