#Rogers-webhooks
1 messages · Page 1 of 1 (latest)
I am trying to get the events
i am going to explain the flow first
i am charging the customer using invoice API
so i want to integrate the webhooks for events but how would I get those events?
https://stripe.com/docs/webhooks
i have gone through this link and I am using Django so the endpoint is mentioned, where to use that web_hook endpoint?
Example:
payment_flow_endpoint(request):
payment_method
continued....
payment_flow_endpoint(request):
payment_method
stripe.customer.create
invoice item
invoice
finiliaze_invoice
invlice.pay
this is how i am charing my customer but where would i need to use the webhook?