#chris-vr_webhooks

1 messages ¡ Page 1 of 1 (latest)

heady spireBOT
#

👋 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/1324381615597817978

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fathom solar
#

hi! yes, in theory you should get events in that scenario.
I'm trying to understand the event you posted. It's happening on an account acct_1KwV66H2wLHuCKJp G***y*p Is that you, or is that a connected account of yours?

pulsar bane
#

yeah thats me

#

I only get events for my own account

#

unless they getting filtered in the workbench but I don't think so

#

because when a new account gets onboarded I do get these events

fathom solar
#

to be clear that particular event would not get sent to your Connect endpoint on your account, since it's not an event on a connected account. it would be sent to a non-Connect endpoint that listens to account.updated, if you had one.

Do you happen to have an example of an account ID acct_xxx where you think we should have generated/sent an account.updated event about changes on it, and you didn't see one?

pulsar bane
#

yeah

#

acct_1O2fl6Qb9zIBq42i

#

this account is currently restricted

fathom solar
#

it's actually not restricted as far as I can see

pulsar bane
#

it shows restricted here on my side

fathom solar
#

that's not quite the same thing, 'restricted' means it can't accept payments or transfers. That looks to be more like the external bank account they entered is invalid so we can't debit it for their negative balance.

pulsar bane
#

ah okay, let me find the other one that had payments failing

#

give me a quick moment

#

found it

#

acct_1OjVKhHGy6HGUAsq

#

I have getting this error for payments on that one

"Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments"

fathom solar
#

it's certainly possible there was no event, we've had many issues in the past with events not getting emitted when certain tooling is used internally for manual reviews and stuff, but we had a lot of improvments in that in the second half of last year so it works somewhat better now

#

on that account I see various events like evt_1QbvheHGy6HGUAsq3W7ZH7ID that were sent to your platform's Connect endpoint as expected

pulsar bane
#

huh

#

yeah I see that event in the workbench

#

the events should show something about pending requirements right?

#

for example I got this event on December 27th evt_1QaNrfQgzVzGlhWjhOIQMHki

fathom solar
pulsar bane
#

ahhh

#

but at some point we should have gotten the webhook with the pending requirments

#

okay I will read this and add code to flag when requirements are requested

#

thanks!