#mo.dankwambo
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
was the Payment Link created before disabling Link from the dashboard?
Hhmn, I'm not really sure but I have to say no. The reason is even now when I go to a new Incognito window (i.e. with no stripe customer info). I can still see the button (as we just show it on our sign up page
I'm asking about the Payment Link creation and not visiting the Payment Link itself
do you have the Payment Link id?
or even the link
Ahh, to give a bit of context, we don't actually create a payment link. We use the stripe paymentRequest & canMakePayment functions to determine whether we show a button or not. That is what's returning this button, we don't interact with the payment link before any of this
oh fair point then
in that case there's nothing you can do since the logic of showing PaymentRequest button is explained in https://stripe.com/docs/stripe-js/elements/payment-request-button
as follows
the disabling of Link in the dashboard is only related to Checkout and Payment Links as the title of that Settings page clearly states
Ohh, I missed that! thanks for explaining. Just one follow-up question, when was this introduced? As this button only started showing up a few weeks ago
a while back, I don't have the dates in mind but if you really need them I can look it up for you
No worries. I've actually found what I was looking for and I'm able to disable it on the dashboard.
FYI for future references in case this comes up again for you (https://dashboard.stripe.com/settings/link)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is cool, I wasn't aware of that, we here in this channel are not always up-to-date on everything happening on the dashboard
this is a great find @limber nova
props to you ๐
Team work!! Your reply got me thinking a bit more haha. SO thank you as well!
let me know if you need any more help