Step-by-Step Guide on Setting up Paystack Webhooks

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ต.ค. 2024

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

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

    Thanks a lot, this really helped me in fixing the error i was faced with for days

  • @sam-j4zy
    @sam-j4zy 2 หลายเดือนก่อน

    Thanks man

  • @tonnytipper
    @tonnytipper 5 หลายเดือนก่อน +1

    I like it how you went about explaining the integration process, including handling errors. I saw the typo but unfortunately I couldn't alert you. Also I believe there is nothing wrong with the @ symbol in @file_get_contents. All in all, your video is valuable.

  • @chukwuemekarex91
    @chukwuemekarex91 5 หลายเดือนก่อน +1

    Love your videos

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

    Good job. Is there a way to redirect user to a route after successfully saving record in database from webhook

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

    Thanks a lot for this video helped me. But you might need to check 0:02:50 where you said paystack amounts are in kobo so we should multiply by 100. Is that for converting to naira?

    • @etech.innovations
      @etech.innovations  10 หลายเดือนก่อน

      Paystack amount is in kobo, so you need to multiply the value entered to get it equivalent in naira. For example if you want to charge 500naira, you will represent it as 500*100 which is 50000kobo. So paystack can understand that u want to charge 500naira.
      Hope you're clear?

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

      Ok it's clear. So that means in displaying the response amount in an email or using it inside blade file I will have to convert it back to naira by dividing by 100 ?

    • @etech.innovations
      @etech.innovations  10 หลายเดือนก่อน

      @charlesavul1016 you can just use the initial charge(500 nair based on my example) because only paystack require multiplication

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

      Ok thanks.Please can you send me the request method, intializePayment

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

    Anyone used it on react yet ?

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

      Yes. Used it on a next.js app

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

      @@victoreweh1765 Thanks for responding please can you show me how prolly like with the link to repo or something