-2

I have created a check out with different products with subscription in stripe using nodejs and react js.

My question is how i will store payments and display them to customers in their dashboard.

Also it is recurring how can i update it every month.

Please see if anyone can help me.

Thank you for your answers.

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Apr 27 '22 at 01:20

1 Answers1

1

My question is how i will store payments and display them to customers in their dashboard.

The customer portal is what you're looking for.

Also it is recurring how can i update it every month.

If you mean "charge money from the customer every month", that's what the subscription is for. From the questions, it sounds like you're in the early stages of reading the Stripe documentation. Good luck with it!

seeker
  • 806
  • 4
  • 7