#test-account_api

1 messages ¡ Page 1 of 1 (latest)

lyric leafBOT
#

👋 Welcome to your new thread!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1211863504458612757

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!

civic tuskBOT
grave gulch
#

As mentioned in the error message of https://dashboard.stripe.com/test/logs/req_6Rylar7ceQyxVo:

This account does not have access to use Identity's mobile SDKs. Please visit https://dashboard.stripe.com/settings/identity to enable access.

Have you requested for the access in the Dashboard link above?

leaden pollen
#

no i have alrdy given that one access yeah but the app crashed when execute

#

const fetchOptions = async () => {
const response = await fetchVerificationSessionParams();
return {
sessionId: response.id,
ephemeralKeySecret: response.ephemeral_key_secret,
brandLogo: Image.resolveAssetSource(logo),
};
};

const { status, present, loading } = useStripeIdentity(fetchOptions);

const handlePress = React.useCallback(() => {
present();
}, [present]);
it crashed on present() method

#

is there any method such that this handle by backend??

grave gulch
#

Which account have you given the access? Can you share the account ID (acct_xxx)? The account with error in https://dashboard.stripe.com/test/logs/req_6Rylar7ceQyxVo is an India account. Stripe doesn't support Identity in India: https://docs.stripe.com/identity

Learn how to verify identities using Stripe Identity.

leaden pollen
#

in document there is document verification in india no??

grave gulch
#

Where did you see that from? Can you share the doc link?

leaden pollen
#

pan card is supported

grave gulch
#

This is not for Identity integration. This is the acceptable documentations for your Stripe account verifications

leaden pollen
#

that means we cannot do identity verification with indian acc??

grave gulch
#

Yup! Identity verification can't be performed in an Indian account

leaden pollen
#

oh oh ok thank u for the information