Hey Bubblers,
I am working on client’s app where users can rent storage spaces from renters Airbnb style. The price and duration of each subscriptions needs to be dynamic (different for each rentals).
The parameters :
- Duration in month calculated by substracting the end date and the start date (formatted in # of months)
- A users adds items that he wishes to store. Every item will change (increase) the monthly price of the subscription
- Each renter can choose his own price per item
I haven’t found a way yet to do so with the Stripe plugin so I am wondering if it is at all possible or if I need to use something else to make it possible. Any tips or advices for me?
Thanks a lo in advance