#valcome_unexpected

1 messages ยท Page 1 of 1 (latest)

upbeat stratusBOT
#

๐Ÿ‘‹ 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.

obsidian fossil
past bisonBOT
obsidian fossil
#

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}
})

azure valve
#

๐Ÿ‘‹ happy to help

#

would you mind sharing a video recording?

obsidian fossil
#

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

azure valve
#

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.