|
|
|
|
|
by Nanzikambe
4642 days ago
|
|
Interesting concept, seems to me that it falls down when it comes to payment. After all, your user will have to identify themselves at that point - even if it's only to you. Do you intend to broaden the payment's to include bitcoin or similar? |
|
I figured that the most immediate approach was to use Stripe's client library, and not accept any name or address.
I use the Stripe client library to send the customer details to Stripe and I receive a 'user id' which is used to process the payment and then thrown away (much like the email address provided).
On one hand, the information on individual users can not be requested from directly, but could be requested from Stripe.
I wonder if a Visa pre-pay card would work.