#Luke-FS_2021-instant-notifications
1 messages ยท Page 1 of 1 (latest)
Hi Hanzo
๐ 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
Thanks Karbi. So the email set up is instant or give and take a couple a minutes?
for a notification to come through?
That I don't know - it should be rather quick, but I don't know the specifics