Is the Stripe extension compatible with Stripe Radar?

does your extension have Stripe Radar?

@Kumaran_Selvam, @Ragunathan_Kulandasamy

Radar is a Stripe’s machine learning solution to prevent fraud.

You can enable it for every Stripe account whenever shopping cart integration module is used.
But a shopping cart integration module can make the Radar’s machine learning algorithms more efficient:

To take full advantage of the functionality, you just need to include Stripe.js across your site (not just the checkout page) and pass relevant customer information—like name, email address, and billing and shipping addresses—to Stripe using the customer object. We’ll then automatically handle the rest.

stripe.com/blog/improving-reviews-in-radar

My Magento module implements the both recommendations

1. «include Stripe.js across your site (not just the checkout page)»

It is implemented since the 2.1.1 version of my module.

2. «pass relevant customer information—like name, email address, and billing and shipping addresses—to Stripe using the customer object»

It is implemented: