How To Integrate Paystack Webhook In Your App To Accept Payment - 1

Поділитися
Вставка
  • Опубліковано 12 жов 2024
  • Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the Paystack API.
    Paystack recommends that you use webhook to provide value to your customers over using callbacks or polling. With callbacks, they don't have control over what happens on the customer's end. Neither do you. Callbacks can fail if the network connection on a customer's device fails or is weak or if the device goes off after a transaction. Then you just have to use Webhook instead of callback. Recommendation though!
    Want to buy me coffee? www.buymeacoff...

КОМЕНТАРІ • 13

  • @emamodeeruvieru9310
    @emamodeeruvieru9310 Рік тому +1

    ok, let me view part 2 cos this webhook thing is still confusing me

  • @PeterGObike
    @PeterGObike 2 роки тому +3

    You have not shown how to implement webhook. you have rather said the need to use webhook

  • @thedaviddolapo5465
    @thedaviddolapo5465 Рік тому

    I have already installed the pay stack, do I delete the code, to install webhook?

    • @felixakingbulu588
      @felixakingbulu588  Рік тому

      if u use inline no need

    • @thedaviddolapo5465
      @thedaviddolapo5465 Рік тому

      @@felixakingbulu588 Please, I don't know if I can get your contact, I would love to show you what I did, and again, Payment is been made and everything is successful, just that I didn't get a notification at the backend of the paystack, but I got notification from email.
      Thank you si

    • @felixakingbulu588
      @felixakingbulu588  Рік тому

      create a github gist and send me the link of ur code

  • @michaelnwuju6368
    @michaelnwuju6368 Рік тому

    Thank you for this!