#Divya.Shalini
1 messages · Page 1 of 1 (latest)
Do you specifically need to use the CLI trigger for this, or just want to test an event handler?
Also I trigger is not supporting any of below:-
payout.canceled
payout.failed
payout.paid
payout.updated
Most likely you'll want to build a new fixture for this to support via stripe trigger
Let me know if I missed anything
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
No I want to use it through stripe dashboard.
Sorry, can you explain more what you mean?
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
Generally sending test webhooks would be done via the CLI yes, but not all types are supported currently
Your options are:
- build new fixtures to add support for these events yourself
- Write a short script using one of our SDKs to create & cancel a payout to emit an event
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
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
Ok, got it for the one which is related to payouts, I will do it through application
Ok, Do we have any place to view details for identity.verification_session like we can see payouts from the connect accounts?
In the dashboard? Not as familiar with the dashboard but I can check
Please check, It would be a great help
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok, Thank you let me check it