#wobedi

1 messages · Page 1 of 1 (latest)

distant rainBOT
pure plover
#

Yes that account field is only for connect events

#

If you want to use the same endpoint, then i suggest configuring your endpoint in the dashboard to include a query parameter to mark the source account, and have your endpoint handler check that

#

eg:
https://example.com/stripe-webhooks?source=account_de

lean tiger
#

ahh that makes sense! thank you

pure plover
#

then your endpoint can check the source value

#

NP!

lean tiger
#

btw when I check the docs I see two conflicting pieces of information:

  • account field docs say "connect only"
  • but the example event (which looks like a real event from my tests) includes account (even though I dont use connect)
pure plover
#

thats just an illustration of an event for a checkout session

#

is that your own account id shown in the example?

#

If you're connected to another platform, it might be showing an event going to them. It's pulling a sample event from your logs if logged in.