#abazudosen
1 messages · Page 1 of 1 (latest)
Can you share your account ID (acct_xxx)?
You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Any luck?
Hi! I'm taking over this thread. Sorry for the delay.
the default verification screen i see here is Nike SNKRS
Can you share a screenshot of what you see?
Also can you share any Stripe documentation that you followed to build this?
yea that's the same screen i see
am trying to change it, how do i?
i followed the stripe github repo and i see no where to change it
Reposting your screenshot here:
ok
Hi there 👋 I'm jumping in to lend a hand, please bear with me a moment while I catch up on the context here...
the default verification screen i see here is Nike SNKRS. I’m trying to change
Can you do a quick search in your project code and see where you haveNike SNKRS?
ok
done! not Nike SNKRS
do you think this url https://stripe-mobile-identity-verification-playground.glitch.me has something to do with it?
Ah you are using the backend sample, you should use your own backend with your own secret key
You can remix that Glitch project and create your own backend endpoint:
https://glitch.com/edit/#!/stripe-mobile-identity-verification-playground
Yea am using my own backend, it’s actually aws amplify functions
Ok let me create me own backend endpoint
You need to use your own endpoint here:
https://github.com/stripe/stripe-identity-react-native/blob/main/example/src/utils/api.ts#L4
Ok let me get it clear
So when i create my endpoint on glitch, i can now use it as my base url, right?
yes
Ok let me try it now