#speeddem0n_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/1230088446073114726
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
first would you mind sharing either a screen recording or an accessible website where I could replicate this behavior?
customer: user.stripeCustomerId,
mode: 'subscription',
line_items: [
{
price: device.priceId,
quantity: 1
}
],
success_url: `${hostUrl}?popup=payment_done`,
cancel_url: `${hostUrl}`
})
hostUrl is just localhost:3000
I think you're missing the http://
sure let me know if you need any more help
can you tell me how i could've seen the urls on dashboard?
I'm not sure I follow
where on the stripe dashboard can i view logs of api request, and success/cancel_urls parsed
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thanks!