PayPal Payment Gateway Integration in PHP

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

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

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

    Thank you so much for this! Subscribed

  • @motivationallines3520
    @motivationallines3520 4 года назад +1

    Thank u so much.....................this video has helped me so much....... bless u

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

    Is there a way to send the description of the product as well? So the client will see the description when in paypal checkout. Awesome video by the way! Helped me alot. Thanks!

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

      Follow the article and you will find it in the last section artisansweb.net/paypal-payment-gateway-integration-in-php-using-paypal-rest-api/

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

      @@ArtisansWebVideos yes sending the description of product is there but how to fetch those array values on success page ?

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

      @@codetear You can use javascript localStorage so that when user clicks on the add to cart the localstorage will store its name and there after you can retreive on other page

  • @mr.popsicleface5526
    @mr.popsicleface5526 4 года назад +1

    Sir biiiiig fan of you, please can you include your voice overs? they are highly soothing. loads of love!

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

    Thank you so much!! ..
    In the success.php, can I add some php code , for example to give membership in my website to a certain user ? ..
    thanks

  • @GameCheckerPh23
    @GameCheckerPh23 4 года назад +1

    I follow all your step but I got this error "Authentication failed due to invalid authentication credentials or a missing Authorization header." I am stuck on this and can find any working solution on google

    • @DevAteAAlma
      @DevAteAAlma 4 года назад

      did you register with paypal and generated the key?

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

    why is there an error with Undefined method setClienID, setSecret, setTestMode

  • @MuhammadYaseen-vt7dl
    @MuhammadYaseen-vt7dl 4 года назад

    Thank you so much sir impressive work big respect

  • @kevinablon5297
    @kevinablon5297 4 года назад

    Hi! Im getting an object not found after I proceed with the paypal payment. However the payment details shows up on the URL bar as a GET value

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

    how to retrieve that array with items details on success page ?

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

    Goodday sir each time i out the payment on LIVE mode that is False it shows this error "Authentication failed due to invalid authentication credentials or a missing Authorization header."

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

      You need to also replace sandbox credentials with the live one.

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

      Thank you very much sir it worked every thing is working fine

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

      Hello sir how can i include Recurring Donation

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

    I love it sir

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

    Omnipay class not found what is this error help me to resolve it

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

      Make sure you install it through the Composer command and import it through the use statement. Refer to the article link given in the video description.

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

    your website cannot access sir

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

    Undefined method setClienID, setSecret, setTestMode

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

      Did you run the command `composer require league/omnipay omnipay/paypal` ?

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

      @@ArtisansWebVideos It's everything right it's because of cakePHP, now how can I put different items for example?? and show on paypal what am I buying

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

      @@darioalves7739 Refer to my article where I explained sending item info on PayPal.
      artisansweb.net/paypal-payment-gateway-integration-in-php-using-paypal-rest-api/