#Vijaykrishnan
1 messages · Page 1 of 1 (latest)
Hi there
hi
Are you using Payment Element here?
yes
Gotcha then no you can't customize that text, however you could disable it via setting terms.card: never (https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-terms-card ) when you create your Payment Element and then adding your own terms instead.
<PaymentElement terms ="never"/> is it like this ?
You pass an options object to your Payment Element which would then include terms: {card: 'never'}
what did you mean by adding own terms ?
how do i do that ?
Create your own div that shows your terms