#bruno-webhook-connect

1 messages · Page 1 of 1 (latest)

tough totemBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

topaz parrot
#

bruno-webhook-connect

#

@prisma minnow yes you do. There are 2 types of WebhookEndpoints:

  • Account endpoints listen to Events on your own account
  • Connect endpoints listen to Events on your connected accounts
    So you need a different endpoint for each because you often process different Events in those cases
prisma minnow
#

Oh, I figured I can use a single one. Thanks a lot!

#

I suppose that two different of types of events need different endpoints to be dispatched, right ?

topaz parrot
#

Not really, an endpoint can listen to many different Event types. Just the Account vs Connect distinction requires 2 separate WebhookEndpoints in your Stripe account. You can always use the same URL for both if you prefer