#ThomasB-confirmpayment
1 messages · Page 1 of 1 (latest)
Part of the address is ..../v1/payment_intents/pi_3LQqaLLL4XwWVcfI1I1InlTt/confirm 400
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Your return_url is invalid. It needs to be an absolute URL, not a relative path
You should be logging these errors in your application
This means that I cant put stripe.js into an angular app? return_url should load a component, but an app doesnt have a complete address?
But thanks for the link to the logging page. I m new to this, didnt know that this exists.
It needs to be a URL that can be resolved, so in your test case that would be localhost:port/home I guess
I got the message "payment succeded" now with return_url http://localhost:8100/home ! I m happy that I dont need to spent a whole weekend to fix an error 🙂 Thank you!
Woo! np!