flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
919 stars 505 forks source link

Add support for Stripe Identity #991

Closed rlee1990 closed 3 months ago

rlee1990 commented 1 year ago

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.

remonh87 commented 1 year ago

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.

rlee1990 commented 1 year ago

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.

leidig54 commented 1 year ago

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

rlee1990 commented 1 year ago

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

leidig54 commented 1 year ago

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.

rlee1990 commented 1 year ago

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

pshanmukha commented 1 year ago

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?

sjprograms commented 8 months ago

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.

g-30 commented 6 months ago

Will Stripe Identity support flutter any time soon?

remonh87 commented 6 months ago

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.

rlee1990 commented 3 months ago

Hi @remonh87 any new updates on this?

remonh87 commented 3 months ago

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.