#jignesh_74410

1 messages · Page 1 of 1 (latest)

manic archBOT
#

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.

prime belfry
#

yes they're unique. But also note the account ID of the connected account is in the webhook in any case.

signal patrol
#

Oh okay, so that would be helpful than to trace back the intent with particular accounts.

#

So, we can configure same webhook across all the Connect accounts right?

prime belfry
signal patrol
#

Ah okay, sorry I missed that. So we don't need to go to each of the Connect account and configure the webhook separately?

#

I want to listen to the payment_intent events for all the Connect accounts, so I just need to configure one webhook in platform account and it would work, is that correct understanding?

signal patrol
#

Ah great, that saved me a lot of time to manage differnent webhook secret keys 😄

#

Thank you so much @prime belfry

#

For Connect webhooks, it’s important to note that while only test webhooks will be sent to your development webhook URLs, both live and test webhooks will be sent to your production webhook URLs. This is due to the fact that you can perform both live and test transactions under a production application. For this reason, we recommend you check the livemode value when receiving an event webhook to know what action, if any, should be taken.

I didn't get this statement from the documentation

prime belfry
#

it means the livemode endpoint can recieve events that contain objects that are testmode (livemode:false)

signal patrol
#

what if we configure different webhooks in testmode and production? Still production webhook will get the events from testmode?

prime belfry
#

yes

signal patrol
#

opps, thats interesting

prime belfry
#

it doesn't always apply nowadays since it depends on the exact setup you're using (it mainly applies when using OAuth Standard accounts in livemode) but it's something to be aware of

signal patrol
#

so we would get livemode parameter with every event?

prime belfry
#

yes

signal patrol
#

okay