|
|
|
|
|
by mjstahl
4642 days ago
|
|
Yes. Being that I implemented this very quickly. I am still reviewing more anonymous payment options. 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. |
|