#itaied-webhooks

1 messages · Page 1 of 1 (latest)

worthy dawn
#

👋 happy to help

#

could you please share your account id?

small sundial
#

acct_1KtYssBGvIZrJ023

worthy dawn
#

the events that will be passed to both live and test endpoints are the Connect Webhook events

small sundial
#

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

half sequoia
#

do you have the subscription ID sub_xxx where you didn't get the event?

small sundial
#

this is the payment intent id "payment_intent": "pi_3LFEjvBFEp1HvtXU0vHaOEbe",

#

there is the sub id sub_1LFEjvBFEp1HvtXUDZJ5nAQR

half sequoia
#

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.

small sundial
#

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