#johnnyjth
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
I am not sure this is possible, unfortunately.
Since it was designed to be a low-code solution, customization was set to minimum. And if you have a develop the site yourself you might be interested in our more customizable options, like Stripe Checkout: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
Will it be similarly simple to do with just client side javascript?
No, that requires backend coding too, since you need to generate a new Checkout Session for each customer.
Oh, all right
Payment Links (what the Buy Button uses under the hood) are multi-use, you can generate one on Stripe Dashboard and just place the URL on your frontend. Then you can design the button/link element as you like.
That's actually a very compelling idea, thank you!
Happy to help.