#kanwardanial_connect-account-type-webhooks
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/1381661562313510982
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
account.updated is the only event. There aren't different flavors of it.
so why on business account it triggers webhook
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?
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.
I am adding these account
What does that mean? What API requests are you making?
Also after adding i upload personal identity document and its initiate person.updated but not account.update is fired yet
Account::create
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
ok let me check
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'
Is there an actual account.updated event firing?
Check these events are fired when individual account created but not fired on type company
acct_1RY7AO4afvqVrRSn
There are 5 events that have occurred on this account. None of them are account.updated
person.created, person.updated, account.application.authorized, capbility.updated
so when type is company i need to listen person.updated
When the account type is company, the verification of the individual creates a Person record.