#itsadityap
1 messages ยท Page 1 of 1 (latest)
Hi ๐ what type of Event were you expecting to see? Your request to create a Transfer responds with indication of whether it was able to do so, is there something else you're hoping to be notified about?
The event id is
This was a transfer.created type of event.
And I wanted to use it event webhook to handle my business logic.
whenever I created an event in test mode, it was creating transfer.created type of event, but when I am live with my production app it strangely didn't triggered any webhook event
Can you please check this out
Sorry, trying to make sure I understand correclty. The Event was created as expected, but wasn't sent to your webhook endpoint as you were expecting?
Can you share the account ID of your Platform account so I can make sure I'm checking the right place?
Yes, I created my transfer to stripe connect account using , Transfers API, an event triggered for that particular transfer with the given event ID as above but it didn't sent any webhook request named transfer.created to my server.
It only sent balance.available webhook to my server.
Gotcha, let me know when you can share the ID of your Platform Account so I can take a closer look.
The account ID is ``````
Thank you, digging in
The problem is the Transfer is being created on your Platform account, so it's your account webhook that needs to listen for transfer.created Events rather than your connect webhook.
okay so to listen to transfer.created type of event I need to handle that request in account type of webhook endpoint instead of connect type , right ?
Yup
Any time! ๐ Have a great weekend!