#itsadityap

1 messages ยท Page 1 of 1 (latest)

hexed spireBOT
burnt flicker
#

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?

grim sand
#

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

burnt flicker
#

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?

grim sand
#

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.

burnt flicker
#

Gotcha, let me know when you can share the ID of your Platform Account so I can take a closer look.

grim sand
#

The account ID is ``````

burnt flicker
#

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.

grim sand
#

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 ?

burnt flicker
#

Yup

grim sand
#

Okay thanks @burnt flicker , will change my code.

#

You can close this thread

burnt flicker
#

Any time! ๐Ÿ‘‹ Have a great weekend!