#Luke-FS_2021-instant-notifications

1 messages ยท Page 1 of 1 (latest)

dense lily
#

Hello ๐Ÿ‘‹

ivory crown
#

Hi Hanzo

versed yew
#

๐Ÿ‘‹ I'm just hopping in early since @dense lily has to head out soon.

If you want a no-coding solution, you can configure your account to email you for every successful payment that's been made (https://dashboard.stripe.com/settings/user). If you want a solution that involves some code, you can set up a webhook endpoint (https://stripe.com/docs/webhooks) and listen for the payment_intent.succeeded event to be notified every time a payment has succeeded

ivory crown
#

Thanks Karbi. So the email set up is instant or give and take a couple a minutes?

#

for a notification to come through?

versed yew
#

That I don't know - it should be rather quick, but I don't know the specifics