#ritzpar_api

1 messages ¡ Page 1 of 1 (latest)

frail hamletBOT
#

👋 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.

heady lodge
#

Hi there, you mean you didn't receive payout.created event?

#

Do you have a webhook endpoint listening to payout events?

barren thistle
#

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

heady lodge
#

The existing webhook endpoint that you created is listenting to your account events only.

barren thistle
#

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 ?

heady lodge
#

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

barren thistle
#

oh.. ok. So to get events on any connected account I'll need to setup a separate webhook

heady lodge
#

Yes you are right