#test-account_api
1 messages ¡ Page 1 of 1 (latest)
đ 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!
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?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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??
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
in document there is document verification in india no??
Where did you see that from? Can you share the doc link?
pan card is supported
This is not for Identity integration. This is the acceptable documentations for your Stripe account verifications
Identity integration is not supported in India. You can find the supported country list here: https://docs.stripe.com/identity
that means we cannot do identity verification with indian acc??
Yup! Identity verification can't be performed in an Indian account
oh oh ok thank u for the information