#bino_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/1275397634806255688
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! maybe you're using a different account than the one you expect, like you have multiple accounts and are not looking at the right one?
No, I use only one accoutn
are you a developer writing your own bespoke code for this payment page or are you using a plugin/platform?
i write my own. My code use stripe-js v2.2. I rely that this version doesnt have param disableLink on create card element. Is there the root cause?
can you link me to the payment page you've built, from your screenshot?
My code use stripe-js v2.2
not sure what specific library you're referring to
doesnt have param disableLink on create card elemen
not sure what parameter you're referring to, do you have a link to docs for it?
here is the link docs
https://docs.stripe.com/js/elements_object/create_element?type=card
looking into it, just to clarify, that payment page seems to be using "ShopBase", are you a developer at that platform?
Yes
AFAICT you have Link turned on. Because you're using Connect, it's the platform who controls this, through their "payment method settings for connected accounts".
in ShopBase's account:
https://dashboard.stripe.com/settings/payment_methods/connected_accounts?config_id=pmc_1PppZcKI8mmRWPBnnFUr2GEb
It means that this is not a bug and our seller is still turning on this setting in their connect account, right?
maybe something like that yes, I'm not sure, Link enablement is pretty complex and not my area of best expertise unfortuantely
you should still be able to use this. I don't know what " stripe-js v2.2" is referring to but the library is always just pulled from js.stripe.com so it's not actually versioned, so your code running on the browse can pass this parameter