#noor_googlepay-rejection
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ 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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1280546481954357269
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there, I've never seen this in the context of the Android SDK before.
I would suggest working with the developers of the 3rd party flutter package to understand what might be causing this
In general does stipe collect device id or any id related to device identifier(eg. IMEI, Mac address)?
I've never seen a permission related error like this, and you can review the source code of the underlying android SDK here: https://github.com/search?q=repo%3Astripe%2Fstripe-android IMEI&type=code
I can see it uses bellow two ids
PARAM_TELE_DEVICE_ID("A001"),
PARAM_TELE_IMEI_SV("A003"),
So its look like device id and IMEI number is being collected by the sdk.
Next we need to about data safety policy?
Our integration guide does not specify any permissions required for a basic integration. You can see the additional permission needed, for example, when adding Google Pay: https://docs.stripe.com/payments/accept-a-payment?platform=android
Please contact our support team for question about policies and compliance: https://support.stripe.com/contact