#schroder-webhook-connect
1 messages · Page 1 of 1 (latest)
Do you have a question about that?
@atomic grail you are using Direct Charges, the Event happens on the connected account
https://stripe.com/docs/connect/webhooks you need to read this doc carefully
you basically need a separate type of WebhookEndpoint to get Events from connected accounts
Ok, i see. Let me check that out
schroder-webhook-connect
can i just set the endpoint to the same as the non direct charge payment intent succeeded endpoint i already have?
because i will do the exact same operation as non direct charge
you could but in your code you need to figure out if it's something on your own account or not which requires custom logic
ok, nice. thanks for the help:)
of course!