How to integrate Flutterwave Payment Gateway in Laravel 8

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

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

  • @ucheanthony8114
    @ucheanthony8114 3 года назад +2

    Best payment integration tutorial I have watched. 😊

  • @lovietech3885
    @lovietech3885 2 года назад +2

    Thank you so much, its helpful to me also

  • @opahprincewill4103
    @opahprincewill4103 3 года назад +2

    good one, bro. thank u so much for this. thats great. i used to get scared when i heard of payment integration but know i am comfortable with this. thanks bro

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

      Thank you bro,
      If you have any video suggestion drop it here

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

      Alright brother. I feel I have read/used an article u did on referrers sometime ago.

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

      Okay bro

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

    Good payment video. When i clicked pay it took me to flutterwave payment desk as usual but the card details input form is not displaying for me to input testing card details. what should i do?

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

    Awesome thanks bro

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

    Awesome! this really helped me a lot. thank you very much.

  • @frankhostltd9392
    @frankhostltd9392 26 дней назад +1

    Good lecture. been looking for this for a long time. However, when I tried to test a payment, The redirection to the flutterwave payment interface did not appear. I am puzzled as to why this is so.
    Where can we find your source code by the way?

    • @BiggiDroid
      @BiggiDroid  26 дней назад

      Happy to share, please check the video description for the source code

    • @frankhostltd9392
      @frankhostltd9392 26 дней назад

      @@BiggiDroid when I tried to test a payment, The redirection to the flutterwave payment interface did not appear. I wonder where am going wrong. You did this for flutterwave 8. Does it work for Laravel 11?

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

    Thank you, Please what is the name of the plugin that automatically imports class?

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

    Biggi, I only get the mobile money payment option when I change currency to GHS. I try payment via mobile mobile but it returns Insufficient fund and again I don't get the other payment options?? Can you help me out

  • @kenossai7515
    @kenossai7515 3 года назад +2

    Nice payment integration tutorial... can you do one with database?

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

      Okay

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

      I will update you

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

      @@BiggiDroid God bless.... Also the Paystack Tutorial you did.

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

      No problem

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

      @@BiggiDroid Hello Bro.... i have an issue

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

    Great tutorial hoping to get more. also mobile money payments would slightly different i presume cos am trying to integrate both cards and mobile money. I can also pass email receipt through the response to the client after success verification?

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

      Yes it's possible

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

      Mobile money is already added to the pop up

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

      @@BiggiDroid okay i think mne wasing showing maybe because am on test

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

      Not really, change your currency to country like Ghana cedis

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

    I was impressed at first at how everything was going. But WTF did you have to use jquery

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

      We use jQuery for Ajax bro

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

      @@BiggiDroid Now I get it. Thanks man

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

      @@UTravis you welcome

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

    Nice tutorial Deji. Please which screen recorder did you use?

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

    Wow cool,
    Do i use same process to implement Billing API too boss?

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

      Yes bro

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

      @@BiggiDroid Thanks boss. Am still new to Laravel and API.
      Hope is there any tutorial you can direct me to for Billing(Airtime, Data Cable) Implementation for Laravel sir

  • @easylaugh9943
    @easylaugh9943 2 года назад +2

    Hello please can you help me with my laravel website payment problem please?

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

      Yes

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

      @@BiggiDroid Thanks, I have contacted you on WhatsApp already

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

    flutterwaveCheckout is not defined can you help after clicking on submit

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

      Can you drop your code

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

      Let have a look

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

      @@BiggiDroid






      Flutter Payment




      Pay For OSN






      Name





      Email







      Amount





      Phone Number





      Pay Now










      $(function () {
      $("#makePaymentForm").submit(function (e) {
      e.preventDefault();
      let name = $("#name").val();
      let email = $("#email").val();
      let amount = $("#amount").val();
      let phone = $("#number").val();
      //make our payment
      makePayment(amount, email, phone, name);
      });
      });
      function makePayment(amount, email, phone_number, name) {
      FlutterwaveCheckout({
      public_key: "FLWPUBK_TEST-45774970f4d6eb7942183af19ad9f6ff-X",
      tx_ref: "RX1_{{substr(rand(0, time()),0,7)}}",
      amount,
      currency: "USD",
      country: "US",
      payment_options: " ",
      customer: {
      email,
      phone_number,
      name,
      },
      callback: function (data) {
      console.log(data);
      },
      onclose: function() {
      // close modal
      },
      customizations: {
      title: "My store",
      description: "Payment for items in cart",
      logo: "assets.piedpiper.com/logo.png",
      },
      });
      }

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

      Okay look closely

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

      You are missing the Flutterwave API CDN

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

    Please can you do a tutorial with codeigniter. I am doing a project in codeigniter and I want to integrate flutterwave. Thank you.

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

      Okay sir

    • @emmanuelntiamoah6537
      @emmanuelntiamoah6537 3 года назад +2

      @@BiggiDroid Thanks boss. Will be waiting...

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

      This week

    • @emmanuelntiamoah6537
      @emmanuelntiamoah6537 3 года назад +2

      @@BiggiDroid I was able to follow and implemented it in codeigniter but had some errors during the verification stage. Also I want to have the Mobile Money payment option since I am in Ghana and insert the status and the transaction_id into by database for the user dashboard. Thanks in advance for your assistance.

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

      You are welcome sir

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

    bro, i have an issue. although, its not related to this video. l created a list of items and have them paginated with ajax. everything is working fine. however, when i view one of the items' detail page on page 5(for example) and click the chrome back button. i am supposed to be taken back to page 5 of item list. instead, i am taken to page 1. it is working well on firefox as intended. but not in chrome. i have dropped the same issue laracast, stackoverflow and even bug.chromium page but no satisfying solution. i dont know if you have any idea about this pls

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

      Haven't experienced that

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

      Try clearing your cache

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

      it's actually not a cache problem because i have done that a million times. its really frustrating

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

      I will get back to you on that

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

      Check this blog page out test.oshassociation.org/blog and click next then later go back if it work

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

    You were only adding small fig like 300, 100 but what if we want to do amount of a 100 thousand n more

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

    Please can you share us the code . Thank you
    Where can I reach you on?

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

      Kindly download it on the website

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

      @@BiggiDroid please a link to your site. I keep getting the error invalid email passed what could be causing it. Thank you for your response

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

      Data type

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

      Watch the tutorial closely

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

      @@BiggiDroid thank you got the error. Please I got this error for my test key
      We could not charge this card. Reason: cannot destructure property daily of checkdata (…) as it is undefined. What cold that mean? Thank you

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

    Nice tutorial, but why are you copying to much like that?

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

    Please i can I contact you I need your assistance with one of my projects

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

      Sure visit adeleyeayodeji.com