#peepeepoopoo_code

1 messages ยท Page 1 of 1 (latest)

junior zincBOT
#

๐Ÿ‘‹ 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.

frail edge
#

Im wondering what the benfits are, I can still make purchases with the exress checkout desptie stripe disbaling it ๐Ÿ˜„

#

Hey Hanzo ๐Ÿ™‚

abstract bramble
#

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.

frail edge
#

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?

abstract bramble
#

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

frail edge
#

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

abstract bramble
#

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

frail edge
#

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

abstract bramble
frail edge
#

Ahh gotcha, thank you!

#

Ill take a look into it, thank you veyr much ๐Ÿ˜„

#

That will be all, haave a great da!