I’m just referring to RADAR 2.0! The standard Radar feature works great with the plugin on my end too. Using latest version of wp, wc and plugin. Using standard checkout (element)
The only implementation requirement left, on the radar 2.0 activation panel is:
“Save cards using the customer object”
https://stripe.com/docs/saving-cards
As far as I understand, this is how the payment process should be done:
1. Create card/source object
2. Create Customer object
3. Attach card/source to customer object
4. Charge Customer object (instead of card/source)
Does it make sense?
Also, it would be nice (as a suggestion) that the .js is loaded on every page, since the guys at stripe have implemented some extra techniques to detect fraudulent activity, not just on the checkout page. Not sure if it would make much difference, but they recommend it… why not follow stripe’s recommendation and add that extra security?
Regards