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?
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?