#wei-signature
1 messages · Page 1 of 1 (latest)
hello @mortal topaz, can you share the line of code that you're getting this error?
StripeCheckout.configure({
key: 'pk_xxxxxxxxxxxxxxxxxxxxxxxxxx',
locale: 'auto',
email: 'wei@homeasap.com',
token: function (token) {
// Use the token to create the charge with a server-side script.
// You can access the token ID with `token.id`
}
});
Hi @mortal topaz did you create a Checkout session in your backend?
This is not the new redirect based checkout session, this is the old StripeCheckout
I can't find any documentation on this I guess this is deprecated but not disabled (should still be functional). I have a jsfiddle reproducing this issue:
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
Yes, the old Stripe Checkout does not support the latest features nor 3DS, we highly recommend you to upgrade to the new Checkout.
Thanks for the suggestion. However, I'd still like a resolution or explanation of the 404 here since this old Stripe Checkout is still being supported~
Can I suggest you to look into the new Stripe Checkout? there is also a client-only integration which does not require backend implementation https://stripe.com/docs/payments/checkout/client
Hi Jack, Thanks for sending the resources over. However, I believe the old Stripe Checkout is still being supported, please correct me if I'm wrong.
@mortal topaz we don't encourage you to use this old Stripe Checkout at all
it's not being supported in the sense that you won't get any new features, nor does it support 3DS
is there a reason why you want to use the old Stripe Checkout specifically?
I understand the advantages of the new checkout, however we have a legacy integration which has been running fine. We have moved to the new checkout in new development but we're unable to invest resources to upgrade that particular integration at the moment.
I just want to confirm whether the old Stripe Checkout is still being supported (in regards to existing features), and if so, an explanation/resolution of the 404~
alright, onesec, let me take a look at the jsfiddle
Thanks Alex!
sorry, but what are you keying into the jsfiddle to replicate this issue?
The 404 is shown after this line is run
Please open browser's console and network request tab. The jsfiddle console does not capture network requests
The button works fine. My original inquiry is just around this 404. I want to confirm the reason behind this 404.
aaaah ok, i get it now
Just want to bring this 404 to your attention. Not sure if this is something to be concerned about or if it breaks the script in ways I don't know~
@mortal topaz sorry about all the back and forth here, can you write with your question, include your code and the jsfiddle to support@stripe.com
i'm not that familiar with the old checkout and this is going to take a while to look into
Thank you. Will do!