Using Stripe Webhook to send get customer details for recurring payments using Stripe
问题 I have configured Stripe payments in my Java Spring MVC Web Application . I am able to add a Customer , create a Plan and also set up Subscriptions for the customer. Since I have recurring payments, I would like to send an email notification to Customers once an invoice is generated and also once the payment is made. From the Stripe documentations, the event types I require are invoice.upcoming. , invoice.payment_succeeded and customer.subscription.trial_will_end since I have trial period for