#aloaiza
1 messages · Page 1 of 1 (latest)
Yeah, you would just create another endpoint in the dashboard and select only the event you want to listen for. That beings said there's not payment.created event.
What are you wanting your webhook handler to capture specifically?
You'll want to listen for charge.succeded then: https://stripe.com/docs/api/events/types#event_types-charge.succeeded
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Alright, I'll try with that one. Thanks @weak fiber