#arielbo-element
1 messages · Page 1 of 1 (latest)
hi there! have you tried using https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-terms and setting the terms for the relevant PaymentMethod to none?
please coul you help with sintaxis or give some example please
I stay here var card = elements.create("card", { style: style });
maybe ? var card = elements.create("card", { terms: none });
hello ?
can you share the screenshot of the card element with that message?
as an example
var paymentElement = elements.create('payment',{terms : {card : "never"}});
really thank you alex-stripe
please maybe could you help me with another ask ? about https://billing.stripe.com/session/live_xxxxxx ? link
what's your question?
is really simple, I sent to my user to https://billing.stripe.com/session/live_xxxxxxxxF/payment-methods
but I will need to send to this billing page
I m going to this page when I click in here
is possible to get one url to send directly to this Billing page ?
mabe something like this https://billing.stripe.com/session/live_xxxxxxxxF/billing (but this not work)
really thank you for your help I found the response
is more easy
alright, glad you managed to figure it out