How To Implement PayUMoney Payment Gateway In Laravel

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

  • @vritikamalhotra4912
    @vritikamalhotra4912 2 года назад +1

    Can we add this payment gateway without authentication and session implementation on the website as I just want to create basic donate now feature?

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  2 года назад

      This package does not provide button feature. But you can refer www.payumoney.com/payumoneybutton.html this

  • @avirals1
    @avirals1 3 года назад +1

    In your transaction page, you have a text box for "Note". If a customer enters text in "Note", how can you see it on your Payu merchant portal? Can I download a report on the Payu merchant portal, that has text from "Note"?

  • @AmitKumar-bq4uj
    @AmitKumar-bq4uj 3 года назад +2

    Please complete the video..............Please show payment success page............

  • @AmitKumar-yw7oy
    @AmitKumar-yw7oy 3 года назад

    How can I add additional charges? Please guide....

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 года назад

      this package doesn't support any additional charge thing. you can refer API docs fo the payumoney

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 года назад

      www.payumoney.com/pdf/PayUMoney-Technical-Integration-Document.pdf see the param in page number 4

  • @AmitKumar-bq4uj
    @AmitKumar-bq4uj 3 года назад

    From where does it fetch ['furl' and 'surl'] ?

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 года назад

      stackoverflow.com/questions/49512761/what-should-surl-and-furl-contains-in-payu-payemnt-gateway

  • @AmitKumar-bq4uj
    @AmitKumar-bq4uj 3 года назад

    While submitting form it says "Please fill all mandatory fields." Please guide where I am wrong...

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 года назад +1

      Have you fill the detail?

    • @AmitKumar-bq4uj
      @AmitKumar-bq4uj 3 года назад +1

      @@LaravelPackageTutorial Thanks a lot. I succeeded!! Very easy integration kit available on github. Your effort is appreciable....Can you also explain how to insert success status on database ?

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 года назад +1

      @@AmitKumar-bq4uj Yes, you can get the success/fail callback in the PayumoneyController. you need to handle it mannually

    • @AmitKumar-bq4uj
      @AmitKumar-bq4uj 3 года назад

      @@LaravelPackageTutorial can you please also explain this part: if (!$validHash) {
      echo "Invalid Transaction. Please try again";
      } else {
      // success code here
      }

    • @AmitKumar-bq4uj
      @AmitKumar-bq4uj 3 года назад

      currently getting this on success page. "Invalid Transaction. Please try again"; I mean how to calculate validHash?

  • @AmitKumar-bq4uj
    @AmitKumar-bq4uj 3 года назад

    Now In localhost (Test, Production) mode is working properly but On live server it show the same error "Please fill all mandatory fields."
    Where am I wrong? Please guide....

  • @kamalCode
    @kamalCode 3 года назад +1

    Sir, please laravel8 complete advanced pro tuotorial plz there on on yotube

  • @roxshivamsingh
    @roxshivamsingh 3 года назад

    Error page occur "Sorry, Some Problem Occurred.".

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

    where is the route defiend in Laravel for payu-money-payment i am not getting it