#roommate
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You probably need to add a submit button along with PaymentElement
ohh I see the submit button lighting up now when I input the rest of the form info, thank you
however i see it being charged $0.00 here
Are you using a SetupIntent?
yes
That's why! this support article explains it ๐
https://support.stripe.com/questions/unexpected-1-charge-on-customers-bank-statement
so after the initial $0.00 charge, would it proceed to charge the amount expected after verifying the card?
You'd need to create a PaymentIntent to charge the card. Using a SetupIntent, you are only storing the PaymentMethod. We have docs here that cover this
https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method