#adnan_docs
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/1427937505382240338
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there, just taking a look now
Can you give me some details about your integration - e.g. what version of the SDK are you using, what methods are you calling etc. Are you following a particular guide?
Also, it's generally expected that the client secret is optional, as the Payment sheet can be initialised with or without a Payment Intent
i'm mirarting form legacy to paymentsheet here.
https://docs.stripe.com/payments/mobile/migrating-to-mobile-payment-element-from-basic-integration
https://docs.stripe.com/payments/accept-a-payment?platform=android
Hey! Taking over for my colleague.
Are you using the latest SDK version for both platform: Android & Ios ?
There is a flow called deferred in Stripe, where you can collect the PaymentMethod before creating the PaymentIntent, and thus the PaymentIntentClientSecret is optional
can you plz share the link
Here is the link for web integration:
https://docs.stripe.com/payments/build-a-two-step-confirmation
Let me find an example in Android