#brunoripa.

1 messages · Page 1 of 1 (latest)

hollow jungleBOT
dense moon
#

Hello

tiny drift
#

hello

dense moon
#

No that's not normal. What do you mean by "not reliable"?

#

What happens exactly?

tiny drift
#

I am looking for account.updated events

#

when the onboarding is executed (I redirect user to AccountLink url

#

I complete the procedure but the event is not fired

#

I am listening to the following events:

account.updated
checkout.session.completed
payment_intent.canceled
payment_intent.created
payment_intent.payment_failed
payment_intent.succeeded
#

It's a flow that was already working. Today I can't receive any account.updated event

dense moon
#

Do you have an example Account ID where you expected to receive the Event but you didn't?

#

Even better would be the specific Event ID

tiny drift
#

I can't see the events, as they don't appear in the webhook page. It's like stripe is not registering at all the onboarding completion

dense moon
#

Do you have a Connect endpoint set up?

#

As opposed to a Direct endpoint

tiny drift
#

I am using the Account Link to redirect the user to Stripe

#

if that's what you mean

#

I create a Stripe account for the user, redirect to Account Link

#

and listen to account.updated events (among others for payments)

dense moon
tiny drift
#

Yes

#

This is the endpoint id: we_1OKOHAFgFaB0BYQr9yCybxxs

dense moon
#

Yeah that is a direct endpoint

#

You need a connect endpoint

#

Looks like you are creating it via the Dashboard. So when you do that you need to select the "Events on Connected accounts" button

tiny drift
#

Is there any chance to create an endpoint programmatically instead ?

dense moon
tiny drift
#

Ok, I see. Can you confirm me if my setup is ok ? My platform will be giving the chance to users to sell items, so any "seller" must have a connected account. Correct ?

dense moon
#

Yes that's correct.

tiny drift
#

Ok, thanks a lot.

#

And if I use the api, will this make any difference in the setup ?

#

Or just by ticking "Events on Connected account" (via API ofc) would make the trick ?

dense moon
#

No -- you can do the same thing when creating it via the API as the Dashboard

#

Yes

tiny drift
#

ok, makes sense

#

thanks

dense moon
#

You set connect: true in the API

tiny drift
#

🙏