#dowabes219

1 messages · Page 1 of 1 (latest)

dull bladeBOT
sudden tulip
#

Hello 👋

#

What's going on? How can I help?

winter kernel
#

I will create pastebin note

sudden tulip
#
    code: "url_invalid",
    doc_url: "https://stripe.com/docs/error-codes/url-invalid",
    message: "Not a valid URL",
    param: "return_url",```
winter kernel
#

why I get the error?

sudden tulip
#

Because you're passing an invalid return_url
return_url: "/success.html",

#

You need to provide complete URL including the domain

#

so it should start with http or https + the domain name then the path

something like, https://example.com/success.html