#1TapElite
1 messages · Page 1 of 1 (latest)
hi! our docs like https://stripe.com/docs/webhooks/quickstart show the general approach of how you recieve a webhook event and access the information in it, at which point you can do whatever your business logic needs like saving things to a database.
yes, I have created all my required events that I want but How can i save on my database.
as I am a frontend developer I dont have an y idea of backend/server side.
Happy to try to help with specific questions about some code you have but it's hard for me to give you some generic answer here beyond that it's a backend integration so it might be something you need to work with a backend developer on or build some knowledge there to make yourself more a full-stack dev! For example I don't even know what backend language/framework you are using in your project.
nodejs,express,js,mysql
maybe start with some tutorials like https://blog.logrocket.com/build-rest-api-node-express-mysql/ to get up to speed on the principles of connecting your server to a database and running various queries, and then you can try to tackle the webhook-specific parts when armed with that knowledge?