#ssbb-webhooks-testmode
1 messages Β· Page 1 of 1 (latest)
Hi @open drift !
Payments created on account acct_19B3xFKuJhxWGTJC
I added webhook endpoint on root (platform) account with Connect type set - we_1LSjE6GuMvAzUhxLfedAnYU1
Example event not sent to this endpoint - evt_3LSgwbKuJhxWGTJC0tIF8N41
can you share the platform account ID too?
Where I can find it?
acct_18KeY7GuMvAzUhxL I believe
So the test event getting delivered to your live mode webhook is expected behavior
https://stripe.com/docs/connect/webhooks#:~:text=For Connect webhooks%2C itβs important to note that while only test webhooks will be sent to your development webhook URLs%2C both live and test webhooks will be sent to your production webhook URLs.
Yeah I know
looking into why it wasn't delivered to your test mode endpoint
live mode hook are fine and I am checking for livemode flag on prod π
could it be the API version? π€
it couldn't be as it should only affect the structure
Let me ask as colleague
Yeah I tried with both default account API version and latest one. I think it still should trigger event but it not shown in dashboard/logs as well
yeah afaik it should still attempt the delivery
π stepping in here as hanzo needs to step away
π
So this is expected behavior... if a Connected Account is only connected in livemode then both test/live events are sent to the livemode endpoint
You need to also connect the account in testmode if you want the testmode events sent to testmode endpoint
Oh just missed it. Can I connect same account in test mode as well or should I create new one for test mode?
Yep you can connect that same account in testmode if you use OAuth with your test keys.
Thank you a lot! I'll try