#shmall-setupintent
1 messages · Page 1 of 1 (latest)
hello, in your confirmCardSetup() function, did that resolve successfully and return you a SetupIntent object in your JS code?
which SetupIntent event are you looking at in
However, if I look at the SetupIntent event on my stripe dashboard,
yea, it returns a setupintent object. now that i look at it, on the "setup_intent.succeeded" object it does show it which makes sense since the card gets added after the initial intent is created. im not sure how I didn't spot this earlier. my bad! thanks for the help!
I was looking inside of the logs, not the event 🤦♂️
np!