#lennard_api
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/1288434354300780544
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey!
๐ happy to help
what do you mean by
I'd like to get another person's sucesfull payment infos
Thanks!
Essentially just when ever a new payment was made and went though I'd liek my webhook to get pinged. This is a webhook I control, not my user. I only want the name and email of the customer.
This is a webhook I control, not my user
do you mean you're a platform and have connected accounts?
Yes I would like to have connected accounts. I thought this would be overkill tho as I really only need the emails of the customers.
you might be interested in https://docs.stripe.com/stripe-apps
This would be best, thanks. Asking for their keys would feel sketchy, even tho the restricted ones. Thanks for the help.
you wouldn't need that
even with the connected account's approach
but I guess for your use-case, it seems you want to build an "extension"-like service which we now provide using Stripe Apps
once they install your app
you can listen to their events https://docs.stripe.com/stripe-apps/events
This is great yes
Thanks, this solves the question. I hope you have a great day @vale yoke
sure let me know if you need any more help
Will do!