Get Paid with Paddle + Next.js

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ก.ค. 2024
  • Want to learn how to use Paddle and Next.js? Want to learn about webhooks?
    Great package for checking Paddle webhooks: www.npmjs.com/package/verify-...
    Join this channel to get access to perks:
    / @james-perkins
    Want to support the channel? Click below
    www.buymeacoffee.com/jamesper...
    Follow me on:
    📃 Website/Blog: jamesperkins.dev
    👉 Twitter: / james_r_perkins
    👉 Linkedin: / james-perkins-268992a4
    👉 Github: github.com/perkinsjr
    👉 Discord : / discord
    00:00 - Introduction
    00:43 - Create Next App
    01:40 - Paddle Overview
    05:38 - Paddle Vendor ID
    05:54 - Creating our Paddle Component
    09:33 - Using our Paddle Component
    11:07 - Testing our Paddle Checkout
    12:46 - Paddle Webhooks
    14:00 - Using LocalTunnel
    15:15 - Creating our webhook API and testing
    18:40 - Outro
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @surabhisugandh
    @surabhisugandh ปีที่แล้ว +2

    This was so informative and easy to follow! Thanks James :)

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

    Thanks for video

  • @MattyModz
    @MattyModz 2 ปีที่แล้ว +3

    Great content james

  • @jjj-j27
    @jjj-j27 10 หลายเดือนก่อน

    Thank you, very helpful to understand how it works
    Could you please consider making a similar video with Lemonsqueezy?

  • @user-ez1ti4xl3z
    @user-ez1ti4xl3z ปีที่แล้ว

    Hey , I want to integrate it in my react native app is it possible ?
    Anyone?

  • @venkatapenumatsa3959
    @venkatapenumatsa3959 2 ปีที่แล้ว

    Hi James, Thanks for your putting your time and making this tutorial
    few doubts
    1) Don't we need to keep component inside the tag?
    2) When the user clicks on the Buy button, shall we automatically pass the user's email id instead of a manual entry?
    3) Why should we depend on webhooks for purchase confirmation? cant we receive any promise upon successful payment transaction?

    • @james-perkins
      @james-perkins  2 ปีที่แล้ว +1

      1. No you don’t need too, you could do this, it is isn’t a requirement. Technically you don’t need the PaddeLoader component at all.
      2. You can if you want to, depend on your use case. Its just a case of passing email: emailaddress , alongside the product Id.
      3. Also depends on your use case, I prefer webhook confirmation, knowing full well that my db + subscriptions are all synced. You might prefer callbacks, on your use case again

  • @masetenicholas4520
    @masetenicholas4520 ปีที่แล้ว

    Good. I want to monitize my flask API. using paddle. any available resources will be helpfull.

  • @avivshvitzky2459
    @avivshvitzky2459 ปีที่แล้ว +1

    I've invested weeks in Stripe, only to find out it's not available in my country...
    then struggled with Paypal.
    Hopefully your guide will be the light in the tunnel

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

      What's up now?

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

      @@peter042 fully moved to paddle. Less api but easiest to use by far

  • @dhwajsharma
    @dhwajsharma 2 ปีที่แล้ว

    Vscode theme?

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

    Is this video still up to date?

    • @james-perkins
      @james-perkins  8 หลายเดือนก่อน +1

      probably not a lot has changed

  • @JohnVandivier
    @JohnVandivier 2 ปีที่แล้ว +3

    Show me the money! Haha

    • @james-perkins
      @james-perkins  2 ปีที่แล้ว

      One of my favorite lines of all time!

  • @venkatapenumatsa3959
    @venkatapenumatsa3959 2 ปีที่แล้ว +1

    1st like

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

    can you make full video like upgrade subscription and downgrade update payment details and recive notification from webhhok and based on that update to database .

  • @JohnMcclaned
    @JohnMcclaned ปีที่แล้ว

    0:32

  • @How2Forex
    @How2Forex 2 ปีที่แล้ว

    Wish you could give brief on paddle first

    • @james-perkins
      @james-perkins  2 ปีที่แล้ว +1

      In what sense? I talk about paddle for 5+ minutes about the dashboard what it does, the payment setup, the checkout setup, what the dashboard oooks like etc

  • @kasper369
    @kasper369 8 หลายเดือนก่อน +1

    Paddle website look legit but it is trustworthy ? any words?

    • @james-perkins
      @james-perkins  8 หลายเดือนก่อน

      I mean it’s a multi million dollar company that backs thousands of sites. so yes

  • @NenadKaevik
    @NenadKaevik 6 หลายเดือนก่อน +1

    When i try to build the app i get
    ./src/components/PaddleLoader.jsx
    Error: 'Paddle' is not defined