#mohan_zent-reactnative
1 messages ยท Page 1 of 1 (latest)
const secret = response?.createSetupIntent?.clientSecret;
console.log('secret', secret);
const {setupIntent, error} = await confirmSetupIntent(secret, {
type: 'Card',
billingDetails: {
name,
},
});
console.log('setupIntent', setupIntent);
console.log('error', error);
This is the code iam using for confirming setup intent
https://www.loom.com/share/5175abe121b94facb5047df5330b2ff8
Please find the demo video
This is the console output
@inland mist please let me know if i need to get logs from some other place
@inland mist The screenshot I posted above is the console log
then I'm afraid I really have nothing to work with
can you post that seti_xxx SetupIntent ID here in text?
@inland mist Please find the id seti_1KJcgXIeH85ciOHgUWiXyf3s_secret_KzbugQStjKWqXRxgopqixkKYrSqwWOF
@light vector Hey, @inland mist has had to step away. I'll take a look soon
Thank you @tame hatch
Hmm, that Setup Intent was confirmed successfully: https://dashboard.stripe.com/test/logs/req_rumurb6B8gKNNK
Are you by any chance attempting to re-confirm it? That can't be done (and will error)
@tame hatch sorry for late reply. no i didn't reattempt.
and also its working fine in iOS
Are you able to share some specific logs from the Android emulator?
i am getting only the above logs
Hi there ๐ I've stepped in and will need a bit to get caught up on this thread.
hey @rugged rock
Looking at the way the app crashed, are you able to find a stack trace from the crash? My hunch is that there is an error/exception being thrown that is going uncaught and resulting in a crash.
Hello