flutter_stripe icon indicating copy to clipboard operation
flutter_stripe copied to clipboard

Add support for Stripe Identity

Open rlee1990 opened this issue 1 year ago • 10 comments

Will this support more of stripes futures such as identity? Stripe already supports this for mobile. It would be nice to see more of Stripes features supported instead of having to send it to a browser or other workarounds.

rlee1990 avatar Oct 26 '22 03:10 rlee1990

We are dependent on the implementation of the official stripe react native sdk to implement the native bindings. Once that is done we will implement it.

remonh87 avatar Oct 26 '22 07:10 remonh87

We are dependent on the implementation of the official stripe react native sdk to implement the native bindings. Once that is done we will implement it.

Okay cool.

rlee1990 avatar Oct 26 '22 10:10 rlee1990

Hi. Any update on this? Or an ETA? Looking at ways to implement identity verification in my app. Would rather wait for this if it's close to being implemented.

I'm don't fully understand how you guys are using the React SDK so apologies if this is missing the mark but it looks like they have support for Identity now - https://stripe.com/docs/identity/verify-identity-documents?platform=react-native

leidig54 avatar Feb 17 '23 16:02 leidig54

@leidig54 As a workaround I use webhooks and server functions to use the link option.

rlee1990 avatar Feb 17 '23 17:02 rlee1990

Do you mean using the VerificationSession API from the "No Code" section? I'll take a look.

Would be great to get a native implementation if possible down the line for the best UX.

leidig54 avatar Feb 17 '23 17:02 leidig54

@leidig54 Yes that's what we are using as a workaround until a native solution

rlee1990 avatar Feb 17 '23 17:02 rlee1990

We are dependent on the implementation of the official stripe react native sdk to implement the native bindings. Once that is done we will implement it.

Any update on this?

pshanmukha avatar Jun 07 '23 06:06 pshanmukha

We are dependent on the implementation of the official stripe react native sdk to implement the native bindings. Once that is done we will implement it.

@remonh87 Have you looked into this recently? As mentioned previously, Stripe has documentation for Identity using a React SDK. We are looking to integrate Stripe Identity into an app we are building now but our Flutter developer has suggested using the web SDK instead.

sjprograms avatar Oct 31 '23 22:10 sjprograms

Will Stripe Identity support flutter any time soon?

g-30 avatar Dec 29 '23 14:12 g-30

I will take a look next month see what can be done. Btw I am not working for Stripe so it will best effort, no guarantees.

remonh87 avatar Dec 29 '23 15:12 remonh87

Hi @remonh87 any new updates on this?

rlee1990 avatar Apr 10 '24 14:04 rlee1990

Me and @jonasbark are the only maintainers of this library at the moment and do this in our free time (besides having both our own companies). Stripe is a huge sdk and it cost us a lot of time maintaining this sdk on 3 platforms, so we do not want to add an extra maintenance burden. We encourage the community to implement an sdk for this and we are happy to provide some help.

remonh87 avatar Apr 14 '24 14:04 remonh87