I'm working through the Google Passs Javascaript Tutorial. I already have a working pass generator using Java, and I'm just trying to translate that to a web based javascript project.
When I generate the url to add the pass to google wallet (https://pay.google.com/gp/v/save/[tokengoeshere]), it just gives me a generic error with a 404 code. I have no idea where to begin debugging. Am I missing a step? Is there an error with my request? I'm not getting any kind of more specific error to go off of. Any ideas where to look?
I've gone over both the authentication and request payload to generate the link - trying to make it match my working java project to no avail.