#herman-filatov-react-native
1 messages · Page 1 of 1 (latest)
Good evening
I have some troubles with stripe-react-native
and stripe support in site didnt't help me
hey there, i'm checking to see whether the react native package supports account tokens at all, i'm not sure if it does
So, I can't do what i want&
Have you been able to create account token without file references?
Like in stripe js
stripe payments must be in Europe
pardon? can you rephrase that?
and for this I need to provide user passport or id card and proof of resodency
For example in USA I don't need to do this
So my case was to get user passport and other doc -> then upload to stripe -> get ids of documents -> createToken with this docs
and then send this token to my backend
If I correctly understand, I need to provide user passport and proof of residency for payments in Europe
So, if react-native package doesn't support account toke ns
I can't solve my task
You here?
Yep still looking, sorry
catching up here one sec
i need answer please guys
yep I'm finding you an answer, give me a sec (I'm in other threads here too)
The parameter type definitions are for card token creation only, here: https://github.com/stripe/stripe-react-native/blob/master/src/functions.ts#L57-L59
So account token creation is currently not supported by that function
Okay thank you for your feedback
so I think solution is to send passport and proof of residence to backend
and then my backend create what is required
@zinc stump yep it isn't supported in the ReactNative SDK yet https://github.com/stripe/stripe-react-native/issues/427 and is logged as a feature request
but yeah using your backend to create AccountTokens for now