#shinnosuke-hirota_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252429286351306907
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi @verbal falcon is there a public URL that I can visit and reproduce the problem?
Also can you share the unminified version of the error trace?
you meant the url for script tag?
if so yes. you also can refer the script tag from the following url.
https://docs.stripe.com/js/including
No, I mean the URL to your website where I can test your integraiton.
sorry it is not.
i'm sorry, but without an example that we can reproduce the error in, it's not going to be possible for us to troubleshoot
this is noted.
Do you have any idea what the error message means and what situation this could be caused??
i mean, based off the message itself, An error occurred in call back, please try to avoid this by setting structured error in callback response - so are you getting an error in your callback?
yes
you mentioned i would like to execute google pay or apple pay with storing customer email as billingDetails - are you not collecting payment method details from the customer?
typically, if you want to collect the email address, you set that in the onClick event : https://docs.stripe.com/elements/express-checkout-element/accept-a-payment#collect-payer. Subsequently, you use confirm event to collect the payment method details and to confirm the PaymentIntent or SetupIntent
i'm not entirely certain why you're using the onConfirm event to set the emailRequired as true?
aha, that is why.
thank you very much.