#Matty-change-PaymentElement-text
1 messages · Page 1 of 1 (latest)
Hello 👋
Give me a moment to look into it
Juggling between a few threads at the moment
I use <PaymentElement onReady={handleReady} options={{ business: { name: COMPANY_NAME } }} />
(note: I'm NOT with Stripe)
Is there documentation for that?
yes, there is, https://stripe.com/docs/stripe-js/react for example
We aren't using React.
there's similar for the elements themselves
(React is just a wrapper around the js elements)
Hey @subtle tide
Thank you for your patience! Currently, you can't change those labels with PaymentElement. However, you can create your own form using Card Elements.
OK. I figured. We were trying to use this setup because it helps with the buy now, pay later options and keeps the code a bit more tidy. =/ Any plans to allow that in the future?
Yup card elements are limited to cards only.
I'm not sure if this is one of the features that the team is actively working on currently.