#santosh
1 messages · Page 1 of 1 (latest)
Have you performed any transfer from the platform to connected account? Can you share the transfer ID (tr_xxx) that you expect its event should be received?
Yes I have. This is the recent tranfer ID tr_1NOZkmC2D9aagnixxSEwNcdB
I can see that transfer.created has been created in https://dashboard.stripe.com/test/events/evt_1NOZkmC2D9aagnixwwA9GuSI
However, your Webhook endpoint https://dashboard.stripe.com/test/webhooks/we_1NITWIC2D9aagnixSsv5iqCH subscribes to Connect events whereas transfer.created event above was the Platform events
So, if I update the configuration with connect: false, I can get the webhook request?
I'd recommend setting another endpoint to listen to your own account/platform event
You'd need two endpoints that one is for connect events such as account.external_account.* and another for your own platform account events such as transfer.created
Okay. got it. I'll try it. Thank you
No problem! Happy to help 😄
It worked. Thanks again