#kanwardanial_connect-account-type-webhooks

1 messages ยท Page 1 of 1 (latest)

limpid tendonBOT
#

๐Ÿ‘‹ 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/1381661562313510982

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fiery dust
#

Hello ๐Ÿ‘‹

account.updated is the only event. There aren't different flavors of it.

sharp shell
#

so why on business account it triggers webhook

fiery dust
#

I can't use a dashboard link. Can you provide the ID of the account where you expect to receive the webhook but are not?

#

so why on business account it triggers webhook

Webhook events are fired when something changes. What change are you expecting?

sharp shell
#

I am adding these account "acct_1RY7Sw6qVOk7qJ5j", "acct_1RY7AO4afvqVrRSn" but webhook is not fired while before these i added 3 accounts of type individual that works fine but these two not initiating the webhook.

fiery dust
#

I am adding these account
What does that mean? What API requests are you making?

sharp shell
#

Also after adding i upload personal identity document and its initiate person.updated but not account.update is fired yet

#

Account::create

fiery dust
#

For acct_1RY7Sw6qVOk7qJ5j - there are no account.updated events that have fired

#

Same for the other. If you want to know when the legal entity is provided, you should listen for person.created and person.updated

sharp shell
#

ok let me check

sharp shell
#

I am still not getting when account_holder_type is individual webhook account.updated trigerred when account::create($accojnt_id) while not in case of account_holder_type is 'company'

fiery dust
#

Is there an actual account.updated event firing?

sharp shell
#

Check these events are fired when individual account created but not fired on type company

fiery dust
#

Can you share the relevant account ID?

#

I cannot do anything with screenshots

sharp shell
#

acct_1RY7AO4afvqVrRSn

fiery dust
#

There are 5 events that have occurred on this account. None of them are account.updated

sharp shell
#

can you share what are they?

#

so i will add to my webhooks

fiery dust
#

person.created, person.updated, account.application.authorized, capbility.updated

sharp shell
#

so when type is company i need to listen person.updated

fiery dust
#

When the account type is company, the verification of the individual creates a Person record.