#surajpatidar
1 messages ยท Page 1 of 1 (latest)
hi, what is the question?
how to recieve account and connect webhook ?
have you seen https://stripe.com/docs/connect/webhooks ?
yes
i have use dj stripe but it work on platform acount but not work on stripe connect account
I see. And what was your specific question?
just saying it "doesn't work" doesn't give me much information to work with ๐ Per the docs I shared, there's a specific way you need to configure the webhook endpoint to recieve Connect events, have you done that, was there a specific point of confusion I can help clarify?
what error would that be exactly? ๐
i can't expain because error show on live bro but in webhook response code is 400
we can't help you if you can't give us any sort of information
I suggest trying to add logging/debugging and find the details of the error and we could try to go from there!
i have use stripe cli so how to receive connected account webhook
stripe listen --forward-to localhost:4242/webhook
this use for direct account i need for connect webhook
As explained, you need to add some logging to your webhook endpoint to determine the cause of the 400 response. That is indicative of an error being thrown in your code
Can you share an evt_xxx ID?
stripe.error.InvalidRequestError: Request req_tY0hAo6d4y812L: No such account: 'acct_1NNZFLCc7HeYQYbu'
Not sure how this relates to a webhook? It's an API request
yes
Well the issue there is you're using the wrong API keys I suspect