I have seen saas products having pay as you go str...
# random
e
I have seen saas products having pay as you go structure. How should one handle such payment structure? Lets say I have social media app and user creates post. Now first 100 posts are free but after that every 100 posts application should charge $1. Any general approach to solve such problems? any suggestions/recommendations how can this be done?
d
You just calculate it at the end of the month and charge them the amount (assuming you've their credit card on file). Nothing special.
e
Got it
d
Note: Due to the recent RBI restrictions regarding recurring payments, you might need to send some sort of notification for approval for Indian customers. See: https://www.business-standard.com/article/pf/new-auto-debit-rules-of-rbi-to-kick-in-from-friday-what-you-need-to-know-121093000707_1.html
e
Ok let me check this
This will be applicable to both stripe or razorpay whichever I choose right? Mostly I will go with stripe
I think above link is mostly regarding UPI payment what if someone transfer directly to my bank account will there still be any limit?
d
Are you talking about bank mandates or simple bank transfers? Because normal bank transfers aren't automated.