Hey guys, quick one, its been a while. Can anyone confirm to me which call does stripe sends on webhook for the recurring payments after a user is subscribed? It looks like they’ve removed the option to send test calls to the endpoints 
When a user subscribes, we get the customer.subscription.created and the payment_intent.succeeded, but after 1 month, do we get only a payment_intent.succeeded? Or is it another call? I feel that it should be another one?
I want to test everything is correct, but I can’t seem to find that in the documentation and I feel dumb for it
Everything you’ll need for webhook side
1 Like
I appreciate it, mate, its the one I’m looking too, but unfortunately they don’t actually mention which call we’re going to get on the recurring charges. It looks like its the same payment intent, but I’m not sure. I’m trying to send a backdate with subscription tests.
Early on we could send any test call to endpoints but it seems they’ve removed that 
they don’t actually mention which call we’re going to get on the recurring charges.
If you mean which ‘event’ does a successful subscription payment trigger, it’s invoice.payment_succeeded
Early on we could send any test call to endpoints but it seems they’ve removed that
Indeed, they removed that feature a year or two ago…
But you can use their CLI directly from your Stripe account or Stripe docs to trigger an event…
Or you can use their test clock feature to cycle through subscription events.
1 Like
My hero. Thanks Adam! Thats exactly what I needed to know.
Also great reply. Really appreciate it! Have a nice weekend!
1 Like