#surajpatidar

1 messages ยท Page 1 of 1 (latest)

fathom urchinBOT
tulip magnet
#

hi, what is the question?

flat pendant
#

how to recieve account and connect webhook ?

tulip magnet
flat pendant
#

yes

#

i have use dj stripe but it work on platform acount but not work on stripe connect account

tulip magnet
#

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?

flat pendant
#

dj-stripe not work with webhook

#

it give error

tulip magnet
#

what error would that be exactly? ๐Ÿ™‚

flat pendant
#

i can't expain because error show on live bro but in webhook response code is 400

tulip magnet
#

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!

fathom urchinBOT
flat pendant
#

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

reef frost
#

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

flat pendant
#

i have express account

#

so it possible to it webhook event call differently

reef frost
#

Can you share an evt_xxx ID?

flat pendant
#

stripe.error.InvalidRequestError: Request req_tY0hAo6d4y812L: No such account: 'acct_1NNZFLCc7HeYQYbu'

reef frost
#

Not sure how this relates to a webhook? It's an API request

flat pendant
#

yes

reef frost