#maneesha_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/1272639011676225681
đ 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.
- maneesha_code, 3 days ago, 62 messages
- maneesha_link-payment-element, 4 days ago, 6 messages
Eventhough I am not passing link to the payment_method_types: ['card', 'us_bank_account'] while creating payment intent, the link is enabled in the payment element for these accounts
acct_1PlwLgFP8iXZBu3u, acct_1PbgZLRv0YtNBfVh (these are new accounts) . But for these accounts acct_1BTYkuBJi2TkhSI0, acct_1Eh8mPIy3Kakvgm1, acct_1F86BuDzhuJCJJxg (these are old) link option shows in payment elemet only if I pass link to the payment method type like this ``payment_method_types: ['card', 'us_bank_account', 'link']`
In the previous conversations I was not able to share the account IDs, so now I started this converstion to share those.
Oh sorry
let me update the above message
Gotcha. On one of the accounts where Link isn't present, can you double check your settings under the ... menu on this page to see if Link is anabled for the Payment Element?
https://dashboard.stripe.com/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.
Link enabled in all the accounts. And also link is working in all the accounts, if I pass link to the payment method types like this ``payment_method_types: ['card', 'us_bank_account', 'link']`
Sorry there was a small updation in the above message
But with the new accounts, even though the link is not passed in payment method types, link is working. I need that behaviour with old account as well.
Buts that is not working with old accounts.
Gotcha, looking in to what may be causing this
ok Thanks!
Can you send me the ID of a payment intent from the one of the older accounts and one from one of the newer accounts where you are seeing this behavior?
Correct, two examples without passing link
with one of the old account - https://dashboard.stripe.com/test/payments/pi_3Pn4I1DzhuJCJJxg2YgxJrqa
with one of new account - https://dashboard.stripe.com/test/payments/pi_3Pn4KVRv0YtNBfVh0yo1OOWD
Thank you, though we actually think we found the difference. There is an internal setting that you can't set from your dashboard that looks to be controlling this. If you write in to our support team and ask them to enable this for your older accounts they should be able to help here
I already asked this to the support team, but they did not say anything about this setting. Could you please clarfy which setting that I need to ask them to enable? That will be really helpful..
Can you create an email ticket with us and DM me your address? I can add info on it internally from that that should help them find it. Apologies this is difficult to communicate on. I'm not finding a good way to tell you how to request it otherwise
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yaa, Thank you very much! I am behind this issue for the last 1 month.., sure, I will reply to the existing email thread is that fine? and I can DM my email address in this discord right?
Yep that sounds fine to me
sure will share the email DM and reply to the email thread.
I have sent the email, did you receive it?
Yep yep, I got the DM and I see the thread. I'll see if I can help point my colleagues to the setting I found. To be honest I am not 100% sure it is a thing we turn on by request, so the workaround may have to be passing in link in Payment Method Types, but this should help my colleagues at least see what can be changed here if we do support that.
Ok, Can you tell me what is the expected behavior to enable link in payment element? Passing link to the payment_method_types is the right way?
if we want to enable link in payment element?
That would guaruntee that it is always included yes
And would be possible whether or not this can be enabled for your account
So in future, there is a chance of removal of this different behaviour (link working without passing link to payment method type) right?
I am admittedly unsure what the future of that specific behavior is. I am not on the team that makes that kind of decision. If you are using payment_method_types, adding link to that array will help you show Link no matter where this behavior goes though
I want this behaviour because the payment intents created without passing link will contain card details like last 4 digits, card type etc. But if we pass link, then I am not able to get the card details from the payment intent created. So if i am able to achieve this behaviour (link option enabled in payment element without passing link to the payment method types) I will be able to fetch the card details for the old account (which is my company account).
This is the behaviour with company account, if I pass link - no card details are there
Gotcha, I can pass that on as feedback
Sure, thanks a lot!!!