Last Active: Yesterday
Threads:
235
Posts:
891
Reputation:
8
I am looking for a for an online resource to teach me how to code to actually do something from an POST webhook.
Everything I find only explains what it is then goes on to try and sell their service.
Someone please help me !
Last Active: Yesterday
Threads:
235
Posts:
891
Reputation:
8
i've installed btc pay server and i'm trying to make it direct to a secure webpage after payment has been processed.
The problem is that i can find plenty of resources that give me examples of what a webhook's raw data looks like, how ever i can't find for the love of me any example of js (or some other language) that "reads" the data so that it can be presented in a user friendly way on a webpage.
Last Active: Jul 23, 2023
Threads:
1
Posts:
4
Reputation:
1
I'm sure you already ware of all the below stuff but I believe that these are some of the best options available for learning how to handle POST webhook:
Mozilla Web Docs
GitHub (Webhooks Guide and Python Webhooks Guide)
W3Schools (PHP POST request tutorial)
YouTube channels (Traversy Media, The Net Ninja, Academind)
Stack Overflow