#cryptoboy-checkout-link
1 messages ยท Page 1 of 1 (latest)
https://dashboard.stripe.com/settings/link lets you turn link off
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes it is off
The setting can be different per mode, can you double check that it is off in both live and test mode?
interesting
we will check that
if we have done it correctly that 1-click message should go away?
That is a different page than the one I tried to link to
Can you send me your account ID? (acct_1234)
Not sure why those settings are not working
Can you send me the ID of the checkout session from that screenshot?
That works for me, you can also just send the cs_test_1235 ID part if you want
the url looks like this
going to run it through the code to see if I see an id of some sort
Hi ๐
I'm stepping in as my colleague needs to go soon. The ID will look like cs_live_XXXXX and it should be in the URL once you have loaded the page.
cs_live_a1kWmAliJgB0md2LxXkMyf3YWlS6DlXPprmBZH7nf1GsGadavCiDo061Dk
Hmm Okay I see
payment_method_types: [
"card",
"link"
],
yes
but if i take out link
then a big green link button appears
i'll provide a screenshot
Okay, in addition to turning Link off in the Payment Methods, you will also need to disable it here: https://dashboard.stripe.com/settings/link
From your settings you do still have link turned on from Checkout in live mode
At least from the settings that created that Checkout Session
i'll have to get my with my friend who told me he did it
err
let me double check with him and I'll be in touch
ty guys
so i dont' need to do what i was doing right?
keep thiscode like this?
PaymentMethodTypes = new List<string>
{
"card",
},
You do not need to pass the payment method types to avoid showing link, as long as you have it fully deactivated
ty. we will do more research and will confirm either way.
appreciate the fast responses
Sure thing, that's why we're here ๐