0x111
- Karma
- 1
- Created
- April 28, 2022 (4y ago)
- Submissions
- 0
- Quantum Social Science (en.wikipedia.org)
-
Hey HN, When you have direct communications (via email, SMS, phone calls) with your customers about things that typically attract fraudulent impersonators (eg bank instructions, requesting sensitive PII), what is the…
-
Broadly speaking: this could be C2B or B2B transactions you can imagine, not only payments. Examples: - Provider does deliveries in country X - Company is compliant with standard Y - Invoice is indeed on behalf of a…
-
Before deciding to transact with an org (company, institution, etc), what claim about it would you easily like to make sure is true? This could be checking about an attribute or that a given request indeed originates…
-
If you reduced your b2b exchanges to the simplest schema, what would they look like? For example a response to a bid could look like this: ``` { item_id: int bid: int // USD size: enum // { S, M, L, XL } } ``` Emphasis…