#kristin_EverCharge
1 messages · Page 1 of 1 (latest)
Hi there! Can you share more about where you're running into an issue?
Are you receiving any error messages?
All the provided documentation for PaymentRequestButton uses a PaymentIntent, which is heavily integrated throughout the PaymentRequestionButton implementation. I can't see a way for me to do a one to one swap out. I am getting error messages, but I could be so far off in the wrong direction I was hoping to first see if there was any existing documentation before I try to troubleshoot my frankenstein mess
I believe you should be able to use stripe.paymentRequest with a total.amount of 0
oh excellent, that is helpful
Then, create a SetupIntent and use confirmCardSetup on the frontend instead of confirmCardPayment
I did have that, but I might have just been passing the wrong values into the confirmCardSetup. I'm playing with that now