#edoardomistretta_docs
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/1481701383525634251
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Link is not used as a payment method but instead is a card integration (following this guide https://docs.stripe.com/payments/link/link-payment-integrations?link-integrations=link-card-integrations)
When you say you want to dynaically disable Link, can you clarify under what circumstances you want to disable Link?
Yes, we have specific business rules where, in certain cases and for particular sales channels, we need to promote the use of standard card payments without Link
hello! taking over for snufkin - what payment surfaces are you using for this? the payment element, express checkout element, etc?
Hello! Payment Element
for the payment element you can hide it on element creation
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-wallets
i think that's probably the best option right now
unfortunately you can't control it on the PaymentIntent level because as you mentioned it's bundled up with card payments
ok thank you. I'll try this option