How to integrate Razorpay payment gateway in PHP and MYSQL

Поделиться
HTML-код
  • Опубликовано: 13 ноя 2022
  • In this video, we will integrate the Razorpay payment gateway in PHP. Razorpay payment gateway integration using PHP with MYSQL database. Razorpay is a famous Indian payment gateway. Razorpay is a fintech company that provides online payment services. A merchant can receive payments online using a website and Razorpay payment gateway. Live your website with Payment gateway and Hosting-
    Get the Best Hosting and domain from here -
    bluehost.sjv.io/hostingdomain
    In this PHP tutorial, we will create a shop page to sell products online and also receive payment online from customers using PHP programming with the MYSQL database.
    Razorpay payment gateway integration in PHP (Part 2 )
    • Razorpay payment gatew...
    Source code for this tutorial -
    technosmarter.com/php/razorpa...
    Integrate Razorpay payment gateway in PHP website -
    Razorpay integrates to receive payments online with various payment methods. We integrate the Razorpay payment gateway by following the steps -
    1. Create two database tables. The first table is for products and the second table is for payment data. We will get payment details from Razorpay API and insert payment data into the database table.
    2. Create a product page and display all products from the database.
    3. Fetch and display all products from the database with the buy now button. Customers can click buy now button and pay with the Razorpay payment gateway.
    4. Make a checkout page to receive customer data and sent it to the Razorpay account with Razorpay API.
    5. Download Razorpay PHP SDK and Razorpay PHP test app from Github.
    6. Use the pay.php file code from the test app. The customer will click on the pay now button and a popup will open. Customers can pay with a lot of payment methods.
    7. User verify.php PHP file code to verify payment and insert payment details into the MYSQL database table.
    7. Create payments or oders page to display all payment in HTML table.
    These points will help in Razorpay payment gateway integration in PHP with MYSQL database.
    Download Razorpay PHP SKD from here -
    razorpay.com/docs/payments/se...
    Download Razorpay test app -
    github.com/razorpay/razorpay-...
    Website
    technosmarter.com
    For any question , use our Techno Smarter QA platform.
    Ask a Question
    technosmarter.com/qa
    or other videos by Techno Smarter...Subscribe below links!!
    Facebook
    / technosmarter
    Instagram
    / technosmarter
    Twitter
    / technosmarter
    RUclips Channel
    / technosmarter
    #technosmarter #razorpay #php #gateway #integration #razorpay_payment_gateway #razorpay_in_php #php_in_hindi #php_tutorial #phptutorial #mysql #payment #paymentgateway #onlinepayment #india #trending #ecommerce #phonepe #googlepay #cards #internetbanking #payments
    This process will be easy. You can create an ecommerce system with Razorpay payment gateway. Integrate Razorpay payment gateway in PHP .
  • НаукаНаука

Комментарии • 8

  • @uditnagar7905
    @uditnagar7905 7 месяцев назад +2

    thankyou Bhai

  • @nontechbg
    @nontechbg Год назад +1

    Thank you bro 😀

  • @abhishekprasad586
    @abhishekprasad586 Год назад +1

    I have a question let's suppose I have an eCommerce site based on PHP and the user comes to the checkout page after login/signup on the site. can this user change the amount by inspecting JavaScript because Razorpay takes the amounts string from the javaScript client ends

    • @TechnoSmarter
      @TechnoSmarter  Год назад

      User can't change amount from js . If you change using inspect the price will be the same of product amount.

  • @amitkashyap5863
    @amitkashyap5863 Год назад +1

    Hi I need your help