You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to charge users extra per request if the usage is above the bundled usage in Subscription Plan for e.g if the plan has bundled 100 requests to a certain endpoint but the user ends up doing 105, so I want to charge the user for those extra 5 requests at the end of the billing period. I looked up the docs, but couldn't find a solution. Need some suggestions on how to do it?
The text was updated successfully, but these errors were encountered:
There is a UseCharge model which can associated to a Plan. In your case, you would create a subscription plan for 100 requests and a use charge per extra request. I will have to look through the code again to see if we either came around to add the use charge at the end of the billing period. Please give me a few days to check. Thank you.
I want to charge users extra per request if the usage is above the bundled usage in Subscription Plan for e.g if the plan has bundled 100 requests to a certain endpoint but the user ends up doing 105, so I want to charge the user for those extra 5 requests at the end of the billing period. I looked up the docs, but couldn't find a solution. Need some suggestions on how to do it?
The text was updated successfully, but these errors were encountered: