▲ | strnisa 5 days ago | |||||||||||||||||||||||||
We run Stripe Radar and 3-D Secure when adding a card (before first use), which filters out a lot of obvious fraud (and 3DS often shifts liability to card networks in many regions). The balances are not settled just at the end of the month. Each customer has a "maximum owed limit", which starts low (currently 10 USD) and grows with successful payments (up to 30 USD currently). The customer is charged as soon as they hit that limit (with some grace to allow for continued use). Idempotency keys are on the near-term roadmap. Access tokens do not currently expire; however, they can be revoked by the customer at any time. | ||||||||||||||||||||||||||
▲ | franga2000 3 days ago | parent [-] | |||||||||||||||||||||||||
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., | ||||||||||||||||||||||||||
|