#baloshi69

1 messages · Page 1 of 1 (latest)

agile bisonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

random quiver
#

There's no way to increase the account link expiry time

mossy citrus
#

ok. how much is the expirary time then

random quiver
mossy citrus
#

thanks

mossy citrus
#

hey

#

So, i added a webhook, which should detect if acoount user did the onbording and successfully added a account for payout.

random quiver
#

i'm not sure i understand what's the question here - so you added a webhook endpoint already and now you want to know which event type to listen for to detect if acoount user did the onbording and successfully added a account for payout?

mossy citrus
#

yes

#

using this: account.external_account.created

#

but not reciving the webhook

random quiver
#

you should listen for the account.updated event and your webhook endpoint should be listening for Connect type webhooks : https://stripe.com/docs/connect/webhooks. You can check https://stripe.com/docs/api/accounts/object#account_object-details_submitted, but at the same time, you may also want to check https://stripe.com/docs/api/accounts/object#account_object-payouts_enabled

Learn how to use webhooks with Connect to be notified of Stripe activity.

mossy citrus
#

Thanks,

i think i should go for account.oject-payout-enable event.

as the updatte can have many time. but i am specificlylookin for the client adding a payout.

random quiver
#

to be clear, the connected account user can add an external account, but payouts could also be disabled for other reasons also

mossy citrus
#

ok

#

can you tell me where can i see all the event happening so i can see which event is being happen and then choose one

#

cant find it in log

random quiver
mossy citrus
#

thanks

#

one more thing and sorry for being annoying

#

On creating web hook, should i checl event for connected account or my account.

#

as the event i am looking for is happening on connected account.

random quiver
#

you should create the webhook for connected accounts

mossy citrus
#

yah, that what i was doing wrong

#

it work

#

i am using , account.external_account.created

#

as this suite my need, i am looking for when a user done his onboarding and his payout is created which is a bank ( thus an external account )

#

any thing i must consider here,

#

looking for your advise

random quiver