#andrii_error
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/1331541446293061633
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
here is the screenshot from the app
What do you see on Android Studio log?
nothing related to the stripe sdk. BTW, I was able to add the card 2 days ago.
Okie, can you share the PaymentIntent Id? pi_xxx
Ah sorry, not PaymentIntent, the SetupIntent
sure, lemme generate the new one.
The old one which was not working for you, is also fine
seti_1QjzRyBrnecfVbJMvIT29kTT_secret_RdFxnbm0YQN30px1mY3baGAP9y65Mry
Um there is no log for the confirmation call, so it is something wrong on Android, not reaching out to Stripe server yet
If you put a breakpoint in your Android code, which line yielded this error?
but in the stride dashboard logs I see the requests with the card data and they are 200
Which request? req_xxx
This is just a SetupIntent, correct? And it hasn't been succeeded
check this one req_J7NJIAZVSkTTKA. I see the event in the dashboard after press save on the Customer Sheet
Um I see, are you confident that comes from the same flow? If yes then somewhere in the code may yielded that error
yes cause request body has the same data of the card that I entered in the customer sheet
Hey! Taking over for my colleague. Let me catch up.
May I ask you to reproduce on our official sample please?
https://github.com/stripe/stripe-android/tree/master/paymentsheet-example/src/main/java/com/stripe/android/paymentsheet/example/samples/ui/paymentsheet/complete_flow
you mean install your sample and try to repro this? BTW I use compose in my app maybe it's the issue?
or it's doesn't matter ?
The sample is using Compose too.
Yes please install the sample and try to reproduce on the compose activity I shared with you above.
Keep me updated
sure, give me few minutes to do that
I have issue with customersheet but you sent link to the paymentsheet. Maybe better to repro this using the customersheet?
so the sample works fine
but from my side I do all the same that you provided in sample
There must be something wrong in your integration.
Have you had a chance to debug your flow ?
Use breakpoints and follow the Sheet runetime thread and check what is the issue/execption behind
the reason that all was good until yesterday, yesterday I started to see this error.
have you had a chance to check your backend ?
I'll kill them, they changed the serialization key from client_secret to clientSecret and didn't notify me
sorry for wasting your time.
appritiate your help