#valcome_unexpected
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/1215272084905656400
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is how I create my session object:
stripe.checkout.sessions.create({
ui_mode: 'embedded',
line_items: [{
quantity: 1,
dynamic_tax_rates: [
// tax ids ...
],
price_data: {
product_data: {
name: 'Test Product'
},
tax_behavior: 'inclusive',
unit_amount: 100,
currency: 'eur',
recurring: {
interval: 'month',
interval_count: 1
}
}
}],
mode: 'subscription',
payment_method_types: ['card', 'sofort'],
redirect_on_completion: 'always',
return_url: ${returnUrl}?sessionId={CHECKOUT_SESSION_ID}
})
no problem
I know, it is hard to see in the screencast, but at the end, i am clicking the billing address inputs and try to input characters, but nothing happens. There is literally no way to input anything
ok would you mind doing the following please?
please send us an email through https://support.stripe.com/contact/email?topic=api_integration and include the video recording and all of the details with an accessible website where we can replicate this. This needs a longer investigation then we can provide here on discord.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.