Continuity notes -- outage 2023-10-24
This commit is contained in:
@@ -47,9 +47,9 @@ We use Google for a few things.
|
||||
|
||||
Effectively, Google services here are handling all the legacy cruft for us in dealing with the external world. These services are typically more difficult to secure, though they are more familiar to average users.
|
||||
|
||||
## Stripe: Payment and PCI compliance
|
||||
## Venmo: Payment and PCI compliance
|
||||
|
||||
[PCI compliance](https://www.pcisecuritystandards.org/pci_security/completing_self_assessment) is a necessary part of doing business within the US. This is presently more impactful for our [martial arts](/martialarts) division than the tech one, but it's still necessary to support. We host links to PCI sites, so we have to annually review a self-assessment, but our obligations are limited. It would be possible for us to develop a complete payment portal against a banking institution ourselves, but because we are not a bank, we'd still be dependent on that bank's cloud services and API's. Such development would also make us liable for more expenses in needing to hire a PCI auditor and other overhead we simply cannot afford. As such, we offload our payment system by linking out to [Stripe][stripe] which directs payment into our bank.
|
||||
[PCI compliance](https://www.pcisecuritystandards.org/pci_security/completing_self_assessment) is a necessary part of doing business within the US. This is presently more impactful for our [martial arts](/martialarts) division than the tech one, but it's still necessary to support. We host links to PCI sites, so we have to annually review a self-assessment, but our obligations are limited. It would be possible for us to develop a complete payment portal against a banking institution ourselves, but because we are not a bank, we'd still be dependent on that bank's cloud services and API's. Such development would also make us liable for more expenses in needing to hire a PCI auditor and other overhead we simply cannot afford. As such, we offload our payment system by linking out to [Venmo][venmo] which directs payment into our bank.
|
||||
|
||||
We are investigating using a USDCoin wallet to offer operating on the blockchain, but that is still a weird middle ground of self-hosting and cloud all at the same time, being a peer-to-peer protocol. One could argue that running a miner for that protocol would make it somewhat self-hosted and that we are simply participating in the protocol with a much wider audience in the same way that providing an RSS feed puts us in the conglomeration of information provided by RSS. However, adoption for this is still low and more traditional banking will likely dominate any business ventures in the near future.
|
||||
|
||||
@@ -132,7 +132,7 @@ Self-hosting is still the best route, we believe, for your organization to contr
|
||||
[analytics]: https://analytics.google.com
|
||||
[domain]: https://domains.google.com
|
||||
[voice]: https://voice.google.com
|
||||
[stripe]: https://stripe.com
|
||||
[stripe]: https://venmo.com
|
||||
[freshping]: https://aninix.freshping.io/
|
||||
[zapier]: https://zapier.com
|
||||
[discord]: https://discord.gg/2bmggfR
|
||||
|
Reference in New Issue
Block a user