#wackjeston_api
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/1242392176911192084
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
You can remove Link only from dashboard.
I have also tried adding to the wallets option in JS link: 'never'.
You can remove only Google Or Apple:
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-wallets
But I want to use the same api for 2 seperate payment elements and one of them should never show link
but the other one should
However you can disbale Link for card element:
https://docs.stripe.com/js/elements_object/create_element?type=card#elements_create-options-disableLink
But not for Stripe Element
The old API did not do this
Yes I understand that, that's not supported for now
Can you please request that the devs update this?
Because I can't update my APIs until this has been addressed
The card element has been depricated so I don't want to start building that in
Yes we don't recommend Card Element any more.
For the new API, Link is enabled/disbaled only from the Dashboard when using Stripe Element.
Yes but on my websites, the customer sees every payment method under the sun, including Link
In the back end where the employees manage orders, they only need to input card details taken over the phone
so I do not want link to be present, because someone will get confused
Can you explain why they would change this to take away control and functionality?
I used to be able to specify weather link would show in the payment intent and the js
so I do not want link to be present, because someone will get confused
You can disbale it via your Dashboard
And if you have two different businesses managed by the same Stripe Account
Yes but that would mean by customers can't use link
you should create two separate Stripe Account
ITS THE SAME BUSINESS
And that's the goal ?
the customers see one payment element
Sorry I'm confused here
and the employees see another one in the cms
You want to give your customer the option to use Link or not ?
Yes
but the employees use another one in the backend which should never show Link
there are 2 payment elements
Are you using MOTO ?
Like the employees are entering the card details on behalf of your customer ?
Yes, when a customer calls and asks for a specific order, the employee will create the order in the back end, and take the customers card details over the phone
The customer can also visit the website them self and place an order with any payment method they would like
What does MOTO do?
I think I am using it
for the back end only
I think one workaround, would be to diable collecting customer email:
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-email
Oh that sounds like it might work, one sec
Nope, does not work
It used to be that unless you specified that you want link, it woudn't show
just like all the other payment methods
can you pelase request to the payment element team that they address this?
All the other payment methods are controllable but they have removed control of this one
Yes I totally understand that limitation on Link. I recommend you reach out to Stripe Support at https://support.stripe.com/contact and share your feedback, it's better for followups in case there's any updates.
Awesome I will do this