I am working on a project where I have to integrate Stripe Recurring Payment with custom checkout page.
I tried many ways but nothing is working.
I hope i get a answer here.
Also Please someone help me with how to store payments every month in data base.
Thank you for your answers.
You can have recurring payments with Express and React using Stripe. At a high level you need to:
latest_invoice.payment_intent.client_secret
of the subscription. You can see an example here with Express.To store the monthly payments in your database, you can use Stripe webhooks to listen to the invoice.paid
event