#ritzpar_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/1276379401726197801
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, you mean you didn't receive payout.created event?
Do you have a webhook endpoint listening to payout events?
Hi. yes I've been waiting for 10 minutes but I haven't received any payout related callbacks
Do you have a webhook endpoint listening to payout events? - yes
my webhook endpoint is https://test.mrhk.co/api/stripe/webhook
This payout was created on your connected account, so you need to create a Connect webhook endpoint to listen to Connect events. https://docs.stripe.com/connect/webhooks
The existing webhook endpoint that you created is listenting to your account events only.
hmm.. so when i want to pay a seller the success or failure message will go to their connected account ?
How do I notify my application of the transfer ?
It really depends on where the object is created.
The po_1PqnoBCpn7O3yrRVEBi11Zlc was created on the connected account, and that's why the corresonding payout.created event will be sent to the Connect webhook endpoint, if there's one.
If a payout is created on your account, then your account webhook endpoint will receive a payout.created event
oh.. ok. So to get events on any connected account I'll need to setup a separate webhook
Yes you are right