#sqarf_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1299278187196452865
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! I'm afraid that's not possible, you can fill in a default value though : https://docs.stripe.com/js/elements_object/create_address_element#address_element_create-options-defaultValues
Ok, what about PaymentElement meassge: "By providing your card information, you allow Indystack by TechMill Ltd to charge your card for future payments in accordance with their terms." I want to display in other place in my, therfor want to hide it. Is it possible?
Or very least can I center this message so it fits more our design?
if i remember correctly, it should be https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-terms - set it to never
try it and let me know if it doesn't work
Ok, I will try it
And last question: And what about tax info for business customers. Does Stripe have element I can use to collect it or I also need to create our own inputs? (Fields like VAT, company name, company address)
Just for info, terms suggestion worked
hrm, unfortunately not. There isn't a standalone element ot collect the tax info. You could use Checkout Session but I believe you're looking for a more customized look and feel on your site which is why you're not using it