#jeffreyb_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/1408239574492254290
📝 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.
- jeffreyb_best-practices, 19 hours ago, 12 messages
In sandbox, the platform account doesn't have the option to Customise availability but the connected account does (this is fine)
hello! I think the easiest way may be to simply set link to never display here : https://docs.stripe.com/js/elements_object/create_express_checkout_element#express_checkout_element_create-options-paymentMethods-link
Thanks! That’s one of the approaches we considered. I have two follow-up questions:
- Why can’t our connected account manage the Link payment method themselves? Could this be due to the account being connected via OAuth?
- If we set link to
never, does that imply we need to explicitly configure every other payment method as well? Is there a way to do the inverse—i.e., specify only the methods we want shown so we don’t have to hard-code the full list of available payment methods?
Why can’t our connected account manage the Link payment method themselves? Could this be due to the account being connected via OAuth?
I think we just made some changes recently to only enable/disable Link across all surfaces, and remove the Dashboard configuration for which components to enable / disable Link. This might be a gradual migration or may apply specifically to newer accounts. You would probably want write in to support to find out more about this.
If we set link to never, does that imply we need to explicitly configure every other payment method as well? Is there a way to do the inverse—i.e., specify only the methods we want shown so we don’t have to hard-code the full list of available payment methods?
No, this is a Link specific thing. If you only want to disable Link for Express Checkout Element, you can just set it to never display when creating the Express Checkout Element. You should / can still use Dynamic Payment Methods.