▲ | franga2000 3 days ago | ||||||||||||||||
I really like the growing maximum owed limit idea and it would be really interesting to also make it possible to set an auto payment threshold lower than it. The idea being something like "charge at X € owed but let it go up to N*X € if a payment fails before suspending service" where the N scales with something like the number of paid invoices or even total past spend., | |||||||||||||||||
▲ | strnisa 3 days ago | parent [-] | ||||||||||||||||
The primary objective of the max-owed limit is to cap per-customer risk. If you are suggesting that the max-owed limit is actually N×X, then that would multiply worst-case exposure by N, which is undesirable. If you are suggesting that we charge the customer when they owe X while their max-owed limit is N×X, this would be worse for the customer, since they would pay `N × (X × variable_rate_fee + fixed_rate_fee)` instead of `N×X×variable_rate_fee + fixed_rate_fee` in payment processing fees. | |||||||||||||||||
|