Hi, the plugin developers will investigate further your issue/request.
Thank you
Plugin Author
mra13
(@mra13)
You need to talk to Stripe team about this. Our plugin is implemented according to Stripe’s guideline. We talked to the Stripe team and got our implementation checked. They confirmed that it is all good. I don’t want to change anything in there and upset our existing users because we know the current implementation is good. I would rather you use a different plugin which is customized the way you want it.
-
This reply was modified 8 years, 11 months ago by
mra13.
Thread Starter
nr123
(@nr123)
Hello, thank you for the reply.
If the Stripe Checkout is implemented as per the Stripe documentation : https://stripe.com/docs/checkout/tutorial , a Customer record is not created in the Stripe system nor is the saving of their credit card details. This seems logical as the client does not indicate they would like them saved.
However the standard Stripe Checkout implementation for non-subscription payments in your plugin does create a Customer Record and save the client credit card details. So presuming the Customer Record & credit card saving is being created by this plugins own code.
Would also presume that most clients wouldn’t be happy that their Credit Card details were being saved against their name in a Merchant Facility without their prior agreement to save them. This is what is being referred to as a possible compliance/security issue.
Is it possible for your plugin to not save the credit details against a Customer Record if your plugin is being used for non-subscription payments? Or at least provide an option for it to be disabled in the plugin should users of your plugin feel this is a compliance/security issue?
Thank you for you consideration.
-
This reply was modified 8 years, 11 months ago by
nr123. Reason: clarity
Plugin Author
mra13
(@mra13)
I will work on adding a settings option for this in a future release.
Thread Starter
nr123
(@nr123)
Thank you for your consideration.
Plugin Author
mra13
(@mra13)
There is a new option for this in the settings menu of this plugin.