#Lukas_4774-checkout
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
could you please share the request id? here's how you can get one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
Hi Tarzan, thanks again for helping out. I hope this the correct one:
req_1uxoH4EILqACBX
We haven't configured any of the payment settings at https://dashboard.stripe.com/settings/payments. Might this be the troubling setting?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
EU, Germany
something beginning with checkout.stripe.com
VPN is off. I made a new request req_41Cxarz2vyy6q2 but still only partially loading the UI ..
could you share a screenshot and the browser console logs?
Sure one sec. This is the redirect https://checkout.stripe.com/pay/cs_test_c1uWc0T0vP6Par4AQNhYGtu6iodoZrW5nXO1LXc9CClJXfUTjbXTYZrXjB I get from
stripe.checkout.sessions.create({ // Specify payment options payment_method_types: ['card'], mode: 'setup', customer: subscriptionDBData?.customerId!, // Implement success page success_url: 'https://example.com/success?session_id={CHECKOUT_SESSION_ID}', // Implement cancel page cancel_url: 'https://example.com/cancel', });
This is the console output
I think you're truncating part of the redirect url for some reason
could you try opening this one?
That works fine! But I only partially understand the reason for the URL respone
How did you manage to get the full URL?
it's in the object on the request you sent
This is the respone URL I get using some FF plugin
Okay, I found the correct url in the object. Thanks for hinting me. But still need to figure out the response URL from Stripe ..
But still need to figure out the response URL from Stripe
I don't really follow the question
Sorry ๐ I just mean I do not understand why the URL from the Stripe response is truncated from the REST call. But I guess the response is in general correct. I think this thread can be closed. Thanks for your help!!
why the URL from the Stripe response is truncated from the REST call
It might be just the UI of the extension