#BigShotEmzy
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Not sure I completely follow the ask here. Is this for PaymentElement or something else?
I mean payment links
could you do something like this
that if I chose a option I could change the price and get a custom order
Ah okay, I don't think we currently support this unfortunately.
You'd need to build your own integration using our APIs for this.
How would I make something with a API I don't think google sites supports this but I could try
So you'd built your own web app that calculates the total based on what your customers select from the drop down and then you can either create a checkout session with selected products
https://stripe.com/docs/payments/accept-a-payment
or use PaymentIntents API + PaymentElement to build your own UI to handle payments
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
I'll look though it and ill see if it works
๐
seems like it wont work as it needs a single html file and doesn't accept folders so no API
Ah okay!