#salman971-webhooks
1 messages · Page 1 of 1 (latest)
connected account id is acct_1D6ntDFWmLEJaGyD
sorry, forgot to mention, can you share your platform account id too?
Sure, this is the platform account id acct_187vnhJYxzz9q9i9
your platform account is not seeing any connected test events from that account? or only certain events?
all test events
i took a quick look at one of the events, your server is returning a 400. I think you'll need to trace through your code to see which line is causing a 400 to be returned
that is production event
our server returns 400 if a test event is sent to production
hmmm, i think this is going to take me a while to look into, can you write in to https://support.stripe.com/contact/email with the connected account and platform id and let me know once that's done? I'll take the ticket and get back to you as soon as I have an update
Sure. I will do that
@abstract fiber if you're still around, i took a closer look - the reason why test events are being sent to your live webhook is because the connected account is only connected in live mode to your platform. You're going to need to connect the connected account in test mode also, i'd suggest creating a OAuth link with your test client_id for that connected account to connect and see if that fixes things : https://stripe.com/docs/connect/oauth-reference
Hi @blissful hare How can I connect the connected account in test mode?
you'd do the process at https://stripe.com/docs/connect/oauth-standard-accounts using your development client_id and having the owner of the account view the OAuth link and authorise the connection
Okay, thank you
This looks like something different, we want the acct_1D6ntDFWmLEJaGyD account to be connected to acct_187vnhJYxzz9q9i9 platform account so that the webhooks are sent out in test mode. This looks like Oauth flow to onboard a user to the platform account?