How to integrate PayPal API with Node.js

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มี.ค. 2024
  • In this video, we're gonna learn how to integrate the PayPal Orders API with a Node.js project.
    We're gonna use Express, EJS and Axios to create a simple page with a product that will lead the buyer to the PayPal Checkout page and then complete the payment.
    🔗 GitHub Repository:
    github.com/manfraio/paypal_wi...

ความคิดเห็น • 38

  • @raoinvoker
    @raoinvoker 25 วันที่ผ่านมา

    Thanks for the video really brief and helpful

  • @diogofavillag.jacintho1693
    @diogofavillag.jacintho1693 3 หลายเดือนก่อน

    perfect tutorial, god bless you!!

  • @alexvoliveira
    @alexvoliveira 3 หลายเดือนก่อน +1

    Exacly what I needed! Thank you for sharing.

  • @abduljabbarfuad4222
    @abduljabbarfuad4222 2 หลายเดือนก่อน

    Thank you very much for the useful and clear explanation! It helped me a lot in understanding the topic and applying it correctly. I appreciate your effort and time in helping us.

    • @manfraio
      @manfraio  2 หลายเดือนก่อน

      Thank you. Glad I could help🤜🏻🤛🏻

  • @Khey1
    @Khey1 3 หลายเดือนก่อน

    Gracias por tu video! Me ayudo bastante

  • @itsadarsh6233
    @itsadarsh6233 24 วันที่ผ่านมา

    Superb mate ❤

  • @TheMinecraftteando
    @TheMinecraftteando 29 วันที่ผ่านมา

    wow great tutorial !!!

  • @dharsanr6504
    @dharsanr6504 3 หลายเดือนก่อน +2

    Please create full fledged production grade projects that will be very useful

    • @manfraio
      @manfraio  3 หลายเดือนก่อน +1

      Yes, in a few weeks there will be a full project with emails and payment handling.

    • @dharsanr6504
      @dharsanr6504 3 หลายเดือนก่อน +1

      @@manfraio need more from you : )

  • @itsadarsh6233
    @itsadarsh6233 2 วันที่ผ่านมา

    could you guys
    please save this video for future reference

  • @omartaha7105
    @omartaha7105 หลายเดือนก่อน

    Thanks for this video. Do you know if it's possible to retrieve all the transactions of my application using this Restful API? and is it time sensitive? I did everything correctly but when I try the endpoint of transaction in Postman, it never shows up

    • @manfraio
      @manfraio  หลายเดือนก่อน

      Thank you for the comment. Are you calling the GET /v1/reporting/transactions endpoint?

  • @puttayyakattimath1725
    @puttayyakattimath1725 3 หลายเดือนก่อน

    Great video! Could you please make video for Paypal/Stripe subscription and webhooks 😊. Thank you

    • @manfraio
      @manfraio  2 หลายเดือนก่อน +1

      Thank you. Therw will be a Stripe Connect video first, and a Subscription checkout video.

  • @mostafaedoctor4766
    @mostafaedoctor4766 23 วันที่ผ่านมา

    Error: AxiosError: Request failed with status code 403

    • @manfraio
      @manfraio  22 วันที่ผ่านมา

      Ok so there might be a few reasons for that. First check if you’re using the sandbox credentials and the api url is pointing to the sandbox base url as well.
      Is axios returning more information like an error message?

  • @yyyd6559
    @yyyd6559 หลายเดือนก่อน

    how to implement subscription

    • @manfraio
      @manfraio  หลายเดือนก่อน

      This month we’ll have a video about Subscriptions with Stripe and after, with Paypal API.

  • @beautyofworld1700
    @beautyofworld1700 2 หลายเดือนก่อน

    How to track our item and user after successful payment? item ID and user ID

    • @manfraio
      @manfraio  2 หลายเดือนก่อน

      You can track by the order ID

  • @nobudev
    @nobudev 3 หลายเดือนก่อน

    Can you start making Typescript projects 🙏

    • @manfraio
      @manfraio  3 หลายเดือนก่อน +1

      Yes, soon we’ll create entire projects using TypeScript.

  • @user-lv7hf8ip2q
    @user-lv7hf8ip2q 2 หลายเดือนก่อน

    bro you are amazing.
    But can you explain how to live because it is different from sandbox mode?!

    • @manfraio
      @manfraio  2 หลายเดือนก่อน +1

      Thank you.
      To move to production, first you have to obtain your live credentials:
      - Log into the Dashboard with your merchant account
      - On My Apps & Credentials page, change to Live
      - You will have to create new app for the Live mode, on Create App option
      - Then paste the new client id and secret on your code (remember to put in somewhere save like a .env file)
      Then all calls to the PayPal api endpoints should be with the domain: api-m.paypal.com (instead of the sandbox)

    • @user-lv7hf8ip2q
      @user-lv7hf8ip2q 2 หลายเดือนก่อน

      @@manfraio @@manfraio

    • @user-lv7hf8ip2q
      @user-lv7hf8ip2q 2 หลายเดือนก่อน

      @@manfraio Thank you, it worked. However, when logging in to make a payment, this message appears: "We were unable to process your payment using your PayPal account at this time. Please return to the merchant and try using a different payment method." and the payment screen does not appear. What is the solution?

    • @manfraio
      @manfraio  2 หลายเดือนก่อน

      @user-lv7hf8ip2q Are you trying to make a payment with another merchant account or personal?

    • @user-lv7hf8ip2q
      @user-lv7hf8ip2q 2 หลายเดือนก่อน

      @@manfraio account business

  • @bradleygangnou2077
    @bradleygangnou2077 หลายเดือนก่อน

    U save my school year , thanks

    • @manfraio
      @manfraio  หลายเดือนก่อน

      Glad I could help🤜🏻🤛🏻