#kristin_EverCharge

1 messages · Page 1 of 1 (latest)

hearty flowerBOT
blissful void
#

Hi there! Can you share more about where you're running into an issue?

#

Are you receiving any error messages?

knotty nebula
#

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

blissful void
#

I believe you should be able to use stripe.paymentRequest with a total.amount of 0

knotty nebula
#

oh excellent, that is helpful

blissful void
#

Then, create a SetupIntent and use confirmCardSetup on the frontend instead of confirmCardPayment

knotty nebula
#

I did have that, but I might have just been passing the wrong values into the confirmCardSetup. I'm playing with that now