#ayushh_code
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/1365016775619645671
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Is there a URL where I can see this form?
which url?
To the form with the issue, so I can see what's happening.
There is no issue with the stripe checkout form
I just want to redirect
once the payment is made
Cool cool. Can you please share the Request ID associated with this failure? You can find it in your Dashboard: https://support.stripe.com/questions/finding-the-id-for-an-api-request
also, all the link are from the product catalog for the subscriptions
// Define direct Stripe checkout links for each plan
const CHECKOUT_URLS = {
monthly: getCheckoutUrl(
"https://buy.stripe.com/<REDACTD>",
"monthly",
),
quarterly: getCheckoutUrl(
"https://buy.stripe.com/<REDACTD>",
"quarterly",
),
yearly: getCheckoutUrl(
"https://buy.stripe.com/<REDACTD>",
"yearly",
),
};
I'm not sure what that means. Can you please share the Request ID associated with this failure? You can find it in your Dashboard: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I'm still looking for the originating request - that one was done by Stripe further through the process than where it started.
Will do. I'm also helping a handful of other folks so I'm bouncing between.
You're using Payment Links. Didn't realize that.
Amazing. ๐