#peepeepoopoo_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1356342370685157518
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- peepeepoopoo_code, 4 days ago, 29 messages
- peepeepoopoo_code, 5 days ago, 25 messages
Im wondering what the benfits are, I can still make purchases with the exress checkout desptie stripe disbaling it ๐
Hey Hanzo ๐
Hello
Webhooks are not directly related to payment process but more or so for automated order fullfilment process.
Webhook events let you know that something happened with your Stripe account (like you accepted a payment, a payment failed etc)
You can choose to handle it however you want.
For example - https://docs.stripe.com/checkout/fulfillment
Oh I see, so fo rexample without a webhook and a users pays but it fails, we wouldnt be able to see it in our dashboard?
For example, we can't see it in
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can see failed payments on your dashboard afaik but if you have your own system/database then webhook events are helpful to store/ingest that information
Ah no we dont have our own databse and dont plan on doing so, does that mean its pretty much useless for us then?
Just trackign all transactions and paymetns on stripe dashbaord as of now
Gotcha. If you plan to automate order fulfillment for the product you're selling or asynchronously handle things when payments fail (like sending customers recovery emails etc) then you should listen to webhook events but it requires more engineering resouces/investment.
If you handle everything via Stripe dashboard then, you likely don't need a webhook endpoint
Ah I see thank you very much!
like sending customers recovery emails etc)
Ah this requires us too store it in a database and create an API to send an email to them right? its not neccecarily related to stripe
sort of... We have a guide about it - https://docs.stripe.com/payments/checkout/abandoned-carts?payment-ui=stripe-hosted