#l-vn-khnh_best-practices
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/1232532731079032882
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- l-vn-khnh_docs, 21 hours ago, 4 messages
hello! how can I help?
I am integrating Payment element, how can I hide the following components?
- Secure, 1-click checkout with Link
- By providing your card information, you allow Stripe_Rotation_1 to charge your card for future payments in accordance with their terms.
To hide Secure, 1-click checkout with Link - you should be able to turn off Link in https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
hrm, give me a short while to test out how to hide the future payments terms
This text comes from using setup_future_usage with your PaymentIntent and you should be able hide it for Card payments by setting terms.card: "never" when creating the Payment Element (https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-terms)
i can change placeholder, label of input card number?
It's not possible to change the placeholder of the Payment Element as far as I know
Currently, I am using Card element for my checkout page , now I switch to use Payment element, is it possible to recreate the same UI?
๐ You could go to some level of similarity, using the Appearance API, but maybe not exacly as your current UI
How to make Payment element show other methods like klarna, afterpay