#itaied-webhooks
1 messages · Page 1 of 1 (latest)
acct_1KtYssBGvIZrJ023
the events that will be passed to both live and test endpoints are the Connect Webhook events
I had a subscription event, which is made using the connect account id. It is a Connect event, right? It did not reach the live url
do you have the subscription ID sub_xxx where you didn't get the event?
this is the payment intent id "payment_intent": "pi_3LFEjvBFEp1HvtXU0vHaOEbe",
there is the sub id sub_1LFEjvBFEp1HvtXUDZJ5nAQR
ok it's just that in this case that edge case doesn't apply
it only applies if you connect to a connected account in livemode and then make a test mode request on it, here it's a testmode-only Express account, so that old legacy edge case doesn't happen, which is a good thing really.
oh ok.. thanks
so in case i have 2 webhook handlers, when should i verify the livemode field?
I want test events to arrive to my test handler, and live events to arrive to my production handler
i have created 4 webhooks, 2 for test and 2 for production, each of direct and connect type