#viveleroi-paymentintent
1 messages · Page 1 of 1 (latest)
confirmPayment() is associated with PaymentElement which is our new UI library component
we launched it late last year and it's definitely way easier!
oh nice
I'll try to switch to that then! I had started work on adding stripe to our app but we got sidetracked, am coming back to it.
ah yeah then definitely use it since it does all the client-side work for you now 🙂
and it supports a lot more payment methods too
would I still be able to send an "order id" or something I can use to match a payment to an order with?
customers can make reservations in our system but pay later, so I just need to identify which reservation they were paying for when I get confirmation
actually, maybe the result of confirmPayment is enough
I'll explore before asking more heh
yeah you can also track the id on the PI in metadata for example
turns out I already was heh