I’m using the Stripe Plugin, V3. Didn’t have an issue, literally for years. Suddenly today, I’m getting the “Stripe error: Not a valid URL” message when “Charge the Current User” event fires.
I don’t see a change to the Plugin.
Did Stripe change anything to their API? Anyone else having this problem?
Thanks for the help
Andrew
Note: Downgrading to Legacy (V2) works.
1 Like
The same problem returns … look ths .
If you clear the static image, this error will go away.

5 Likes
I just had this issue. @rosshelton, good call! I actually didn’t have to clear my static image entirely, though. I had pasted in the full URL of an image in the File Manager, so it included “https://s3…etc.” Once I removed https: and left the image link with //s3 as the beginning, it worked just fine to use “Charge the current user” (see below)
This works, without “https:”

1 Like
This is the exact clue I need in my case actually. I pasted a URL without the https://, which is the opposite of this case.
This is what worked for me:

In my case, the URL is dynamic, the result is something like //694s54646… - adding the https: in the beginning resolved the problem.
1 Like