#hendr1x_error
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/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.
- hendr1x_error, 22 hours ago, 8 messages
hi!
Registering the domain is not an option.
it's 100% required if you want to accept Apple Pay though.
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
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?
the site is behind a login
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
var example = stripe.elements(options);
example.create('payment', { fields: {billingDetails: 'never'} });
example.mount('#' + elemID);
the code is as simple as can be
it's very simple since you're not showing me the whole thing(like what options is)
sounds good!
the console shows the options being sent
as I said prior, i tried not sending paymentMethodTypes at all and nothing changed
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 ^^
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?
correct