#daimyotoan-Android
1 messages · Page 1 of 1 (latest)
Can you elaborate more on how it's not working? Also please specify the guide you are following or your code
i made a payment sheet then tick on the checkbox, then proceed the payment and successfully
then i open another paymentsheet to pay for another paymentIntent, i see that the card info is not filled automatically
this is the code
customerId and ephemeralKeySecret both comes from server, correct?
I see you use response.customerId, but a direct variable of ephemeralKeySecret
Per this doc, they both should be get from response : https://stripe.com/docs/payments/accept-a-payment?platform=android#integrate-payment-sheet
ok
i thought ephemeralKeySecret is just optional
so you meant that we have to generate it from Backend and use it in App, so the card saving function should work
Yeah I think so, LMK how it goes
ok let me try and tell