#vitali han
1 messages · Page 1 of 1 (latest)
Can you share a bit more detail about what you're trying to do? Are you following a guide and something isn't working?
we want to add to the webhook we are currently listening to
we are currently listening to terminal_hardware_order.delivered and we want to add the rest of the hooks
but we cant find them in the events
Ah,. it looks like you're participating in a beta. I'd encourage you to reach out to the contacts you must be working with about that for specific help with this
In general, I expect you won't be able to use the dashboard UI for this, and will instead need to set up such events with the webhook endpoints api:
https://stripe.com/docs/api/webhook_endpoints/update?lang=node#update_webhook_endpoint-enabled_events
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thank you