#tyler-archetype
1 messages ยท Page 1 of 1 (latest)
Can you share the webhook endpoint id so I can take a look?
sure: we_1MPDFAHjsjdsBAIly8dwxXlU
Hello ๐
Taking a look
Do you have an example event that you were expecting to receive on both the endpoints?
ya so this event: evt_1MPQ3PQZmEoOPoamAESp6L81 is a test_mode event and from the docs I would expect it to send to both the test_mode webhook and the live_mode webhook but it only sent to the test_mode endpoint
It looks like the webhook endpoint was updated after the event was generated. I'm trying to load the logs to see what changes were made to the webhook endpoint but would you mind creating another test customer just to be 100% sure?
sure
Alright I created a new customer here is the new event: evt_1MPXwRH2BTvGqA8BuUJFROsH
I can see it successfully sent to the test_mode webhook but not the live_mode
that seems to be a capability.updated event and not customer.created
https://dashboard.stripe.com/test/events/evt_1MPXwRH2BTvGqA8BuUJFROsH
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Oh is this the one you're looking for: evt_1MPORaQkBdkkUR609O8zST0c
it's account.external_account.created
that event was sent to both the endpoints
https://dashboard.stripe.com/test/events/evt_1MPORaQkBdkkUR609O8zST0c
It looks like you have the same endpoint URL for livemode and testmode
why don't I see it show up in the live mode webhook tab?
I see it, are you logged into the right account?
you see it here: we_1MPDFAHjsjdsBAIly8dwxXlU
to rephrase, you're seeing the event: evt_1MPORaQkBdkkUR609O8zST0c sending to the webhook: we_1MPDFAHjsjdsBAIly8dwxXlU and the event has live_mode=false?
hold on it looks like you have the same webhook endpoint URL for multiple webhook endpoints!
would that mess up sending test mode events to live mode endpoints?
I just disabled the test mode endpoints so there should be duplicates anymore
Ah, It's related to how the Connected Account is connected to the Platform. Since the Connected Account is connected in test mode only, we only send test events to test mode endpoint
oh I see. So it only sends for both if the account is connected in test mode and live mode
Yup OR if its connected in live mode only
so if it's just connected in live mode and then I send test mode events it will send to the live mode endpoint?
I believe so, yes.
alright I'll give it a try. Thanks for the help!
NP! ๐ Apologies for the delay. Server is busy today!