#hendr1x_error

1 messages ¡ Page 1 of 1 (latest)

versed sorrelBOT
#

👋 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/1313872111663714374

📝 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.

minor shore
#

hi!

Registering the domain is not an option.
it's 100% required if you want to accept Apple Pay though.

sweet terrace
#

I don't want to use apply pay

#

As I said, I disabled it from my account

#

I am also not sending it when I initialize an element

minor shore
#

I see, got it. So can I see some exact code and PaymentIntent IDs and a link to your site if possible? What payment methods do you expect to see?

sweet terrace
#

the site is behind a login

minor shore
#

fair enough, and the other info? also happy to use some test credentials + instructions if you'd like me to have a look at the specific page using Stripe

sweet terrace
#

var example = stripe.elements(options);
example.create('payment', { fields: {billingDetails: 'never'} });
example.mount('#' + elemID);

#

the code is as simple as can be

minor shore
#

it's very simple since you're not showing me the whole thing(like what options is)

sweet terrace
#

I'm trying to gather the info

#

please give me a moment

minor shore
#

sounds good!

sweet terrace
#

the console shows the options being sent

#

as I said prior, i tried not sending paymentMethodTypes at all and nothing changed

minor shore
#

my guess is maybe it's a layout issue and the div with the elemID is maybe off screen or display:none or 1px wide, maybe. Is there a way for me to visit the site on my side?

#

otherwise, maybe check things like that ^^

sweet terrace
#

let me confirm it is displaying

#

switching this out to public access will be a lot of work but possible

#

damn....you were right

#

the container was not shown

#

I swear I checked for that

#

As for that console error...that is something I just have to except? There is no way to make it go away unless I register the domain even though I am not using apply pay?

minor shore
#

correct

sweet terrace
#

ok

#

Well thank you for your help. I appreciate it very muc

#

much