seanzhang-stripe
seanzhang-stripe
Hi @littlematt are you referring to the [ScannedCard](https://stripe.dev/stripe-ios/stripecardscan/documentation/stripecardscan/scannedcard) structure? I've added your request to our internal backlog.
Hi @TomerBitan24 When you set `request_three_d_secure` to `any`, it indicates that 3DS is required for this payment and therefore your customer will be asked to perform a 3DS authentication. As...
Hi @TomVia, I have checked the underlying [SetupAttempt](https://docs.stripe.com/api/setup_attempts/object) objects for both flows (`setatt_1OmZthGE03DL3EHwyDVk1J0P` and `setatt_1OlH00GE03DL3EHwUCPlFrzq`). The [three_d_secure.result](https://docs.stripe.com/api/setup_attempts/object#setup_attempt_object-payment_method_details-card-three_d_secure-result) of both SetupAttempts is `attempt_acknowledged`, which means > The issuing bank does not...
Internal backlog ID: RUN_MOBILESDK-2965
We don't have a timeline for this task yet, and we will prioritize our tasks based on their urgency and importance. Please share any additional details that can help us...
Hi @danielleng you can visit the [Payment method integration options](https://stripe.com/docs/payments/payment-methods/integration-options) to know the integration options and product support. Currently Mobile Payment Element (aka PaymentSheet) doesn't support [GrabPay](https://stripe.com/docs/payments/payment-methods/integration-options#support-wallets) or [Paynow](https://stripe.com/docs/payments/payment-methods/integration-options#support-real-time-payments). Although...
Hi @noushad-newagesmb The `AccountParams` allows you to specify some information about the account, and use them when creating a Connect Account. However, the mobile SDK doesn't provide APIs for document...
Hi @noushad-newagesmb thanks for the example code and the additional context. Yes this is a limitation in Stripe Android SDK that you can't specify both `company` and `individual` in an...
You can't retrieve the PaymentMethod object from PaymentSheet, but you can set up a custom radar rule and use the [cardholder_name](https://stripe.com/docs/radar/rules/supported-attributes#name) attribute to block names
You can also use the same `cardholder_name` attribute to create a custom Radar Allow Rule. However, you would need to maintain a list of cardholder names for comparison.