#Divya.Shalini

1 messages · Page 1 of 1 (latest)

rugged trenchBOT
narrow isle
#

Do you specifically need to use the CLI trigger for this, or just want to test an event handler?

orchid moth
#

Also I trigger is not supporting any of below:-
payout.canceled
payout.failed
payout.paid
payout.updated

narrow isle
#

Most likely you'll want to build a new fixture for this to support via stripe trigger

orchid moth
#

Let me know if I missed anything

narrow isle
#

Not all event types are currently supported by trigger built in ficutres

#

This is how you can build your own triggers if you need those event types

orchid moth
rugged trenchBOT
narrow isle
#

Sorry, can you explain more what you mean?

orchid moth
#

Sure

#

Earlier I asked this

#

Mainly I need to test all these webhooks through stripe dashboard only

#

But I got the above response so I though lets try through CLI

#

But it's not working

#

Can you please help

narrow isle
#

Generally sending test webhooks would be done via the CLI yes, but not all types are supported currently

#

Your options are:

  1. build new fixtures to add support for these events yourself
  2. Write a short script using one of our SDKs to create & cancel a payout to emit an event
orchid moth
#

Ok, I understand

#

Let me explain

#

My task is to trigger payout.canceled , payout.failed , payout.paid , payout.updated , identity.verification_session.canceled & identity.verification_session.requires_input webhook events and send mail to respective users

#

I am doing it using node.js

#

I have already done it for some of the events like customer.deleted

#

But in those I can test those through stripe dashboard only

#

This is my main purpose, could you please me in this

chrome rose
#

Right, but as synthrider pointed out, the CLI cannot trigger these events.

#

So you will have to manually create payouts with your node.js code and then cancel the event, update it, or let it go trhough. That will trigger those events in test mode

orchid moth
#

Ok, got it for the one which is related to payouts, I will do it through application

chrome rose
#

Exactly

#

Same for identity verification sessions it sounds like

orchid moth
#

Ok, Do we have any place to view details for identity.verification_session like we can see payouts from the connect accounts?

chrome rose
#

In the dashboard? Not as familiar with the dashboard but I can check

orchid moth
#

Please check, It would be a great help

chrome rose
orchid moth
#

Ok, Thank you let me check it