#Megbleto_Carnel-checkout
1 messages · Page 1 of 1 (latest)
on my backend i get the url from stripe and redirect the user using the link i get from stripe
my code looks like this
The code you shared looks correct. But where did you see the error message you shared above? Is it the URL returned by your backend, or is it somewhere on the Stripe checkout page?
oops i just realised i was the one making the mistake
i wasn't redirecting the right way
it works like a charm now
thank you very much
Glad to hear you solved it!
i was doing this window.location = https://checkout.stripe.com/pay/${url}