#Pierre-Quentin-android-pms
1 messages · Page 1 of 1 (latest)
Hi there 👋 not sure off the top of my head, but can you provide more details on your scenario? For example, is this a React Native app running an Android or are you developing directly with our Android SDK?
I am developing directly with your Android SDK, but when I launch "presentWithSetupIntent()" I can only add a card and not the other options ("bancontact", "ideal", and"sofort")
I think this is expected, as I just noticed this warning in the documentation:
The mobile Payment Element only supports SetupIntents with cards.
https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet#add-server-endpoint
So it's note possible to add something else ? Because on the screenshots at the top from the link you sent me we can see other things than only a card. And in the PaymentSheet.Confirguration it's written that we can add "allowsDelayedPaymentMethods" that allow payment after a delay like SEPA and sofort
I think the limitation is unique to Setup Intents on mobile, because the Accept a Payment doc has the same screenshots and has the following note:
The mobile Payment Element supports Bancontact, credit cards, iDEAL, Klarna, SEPA Direct Debit, and Sofort.
https://stripe.com/docs/payments/accept-a-payment?platform=android