What are the possible ways to implement a payment subscription model? using no sql database mongodb and python flask framework
need to build a subscription model, if user want to cancel the subscription, he should do within 15days to get refund, after 15days can cancel the subscription, but can’t get the amount paid how build a subscription model, for the above logic I’m using MongoDB and python – flask framework.