#vaios_code
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/1290591578938802279
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! what does your exact code look like? exact logcat output? stripe-android versions, Android version? what payment method was selected in the PaymentSheet?
I don't see any particular error in these log lines
Did you tried to debug your app
What you mean?
the payment sheet autoclose
What makes you saying that it's in the SDK?
Have you had the chance to pull our official paymentsheet example and run it?
https://github.com/stripe/stripe-android/tree/master/paymentsheet-example
I can say immediately that your ephemeralKeySecret is wrong at least. What you have is the .id of the object, what you need is the .secret (which looks like ek_xxxx)
it worked!