Stripe Recurring Payment with FLASK
About Project: I am working on a project in which I added the stripe payment system. Let's say I have a platform which give cloud storage service. I want client will pay as how much they use the storage and bill them $10, $50 precisely for 10units and 50units in monthly basis rather than billing $10 or $20 in every month. Problem 1: I can perfectly handle the fixed price payment method. But I didn’t understand how to add recurring payment in my flask app. I read the docs about but I am not sure. I created a payment in function and pass the value but don't understand where to call or assign the data. Problem 2: After done payment I want to add a billing statement for my client like PuBilling.io does which is a partner of stripe. But their docs is too old and I after successfully generated HMAC key in the server I see nothing in my page. Just see a scroll bar which means there is somthing we can't see. When I see the networks I found graphql and some other stuff didn’t load. Any free alternative for PuBilling