#viveleroi-paymentintent

1 messages · Page 1 of 1 (latest)

jovial ivy
#

confirmPayment() is associated with PaymentElement which is our new UI library component

#

we launched it late last year and it's definitely way easier!

tardy crag
#

oh nice

jovial ivy
#

that's the high level docs that shows what it looks like

tardy crag
#

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.

jovial ivy
#

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

tardy crag
#

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

jovial ivy
#

yeah you can also track the id on the PI in metadata for example

tardy crag
#

turns out I already was heh