flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

Radar Session Feature

Open mhmzdev opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? (please describe) Currently I need to implement radar session from Stripe. As of now, this package doesn't support it. So, either I have to write platform channels or to write a JS cloud function (Which isn't a good idea as radar session collections device meta data)

Describe the solution you'd like It will be great if we can have the radar session in the package, as all the payment stuff is being managed by this package in my apps, but just for radar session I'll be need to go off-package

Stripe Documentation for reference: https://stripe.com/docs/radar/radar-session#setup

mhmzdev avatar Apr 11 '23 07:04 mhmzdev

Thanks for reporting I filed an issue to the Stripe library. They need to implement support for it first: https://github.com/stripe/stripe-react-native/issues/1362

remonh87 avatar Apr 18 '23 19:04 remonh87

Understood, thanks bud!

mhmzdev avatar Apr 19 '23 07:04 mhmzdev